mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_out_text_delay_s(\"red\", \"Внимание!Тревога!Группа ЛА пересекла государственную границу,и направляется по-направлению к минеральным Водам.Пара Су-27С ВВС СНГ Срочно на перехват!\", \"10\"); mission.trig.func[1]='';",
        }, -- end of actions
        custom = 
        {
        }, -- end of custom
        func = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
        }, -- end of func
        flag = 
        {
            [1] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_time_after(\"3\") )",
        }, -- end of conditions
        customStartup = 
        {
            [6] = "for i,t in ipairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in ipairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in ipairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in ipairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in ipairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in ipairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in ipairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in ipairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of customStartup
        funcStartup = 
        {
        }, -- end of funcStartup
    }, -- end of trig
    resultRed = 
    {
    }, -- end of resultRed
    resultBlue = 
    {
    }, -- end of resultBlue
    descriptionBlueTask = "бомбордировка впп минеральные воды,прорыв ПВО Нальчик и мин.воды.",
    goals = 
    {
        [1] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 1,
                    predicate = "c_group_alive",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = 50,
            predicate = "score",
            comment = "at start",
        }, -- end of [1]
        [2] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 4,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    group = 2,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [2]
            }, -- end of rules
            side = "OFFLINE",
            score = 100,
            predicate = "score",
            comment = "usgp",
        }, -- end of [2]
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_time_after(\"3\") then a_out_text_delay_s(\"red\", \"Внимание!Тревога!Группа ЛА пересекла государственную границу,и направляется по-направлению к минеральным Водам.Пара Су-27С ВВС СНГ Срочно на перехват!\", \"10\"); mission.trigfunc[1]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 760,
        wind = 
        {
            at8000 = 
            {
                speed = 0,
                dir = 0,
            }, -- end of at8000
            at2000 = 
            {
                speed = 0,
                dir = 0,
            }, -- end of at2000
            atGround = 
            {
                speed = 0,
                dir = 0,
            }, -- end of atGround
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            thickness = 0,
            density = 0,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            at2000 = 0,
            atGround = 0,
        }, -- end of turbulence
        season = 
        {
            temperature = 20,
            iseason = 1,
        }, -- end of season
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        clouds = 
        {
            density = 0,
            thickness = 0,
            base = 0,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        [1] = "if c_group_alive(\"Су-27 ПВО\")  then a_set_mission_result(50) end",
        [2] = "if c_group_dead(\"цель #001\") and c_group_dead(\"цель\")  then a_set_mission_result(100) end",
        offline = 
        {
            conditions = 
            {
                [1] = "return(c_group_alive(\"Су-27 ПВО\") )",
                [2] = "return(c_group_dead(\"цель #001\") and c_group_dead(\"цель\") )",
            }, -- end of conditions
            actions = 
            {
                [1] = "a_set_mission_result(50)",
                [2] = "a_set_mission_result(100)",
            }, -- end of actions
            func = 
            {
                [1] = "if mission.result.offline.conditions[1]() then mission.result.offline.actions[1]() end",
                [2] = "if mission.result.offline.conditions[2]() then mission.result.offline.actions[2]() end",
            }, -- end of func
        }, -- end of offline
        blue = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of blue
        red = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of red
    }, -- end of result
    triggers = 
    {
    }, -- end of triggers
    map = 
    {
        centerY = 0.73724998490295,
        zoom = 1000000,
        centerX = 0.75221456302221,
    }, -- end of map
    coalitions = 
    {
        blue = 
        {
            [1] = 11,
            [2] = 4,
            [3] = 6,
            [4] = 10,
            [5] = 16,
            [6] = 13,
            [7] = 15,
            [8] = 9,
            [9] = 8,
            [10] = 17,
            [11] = 12,
            [12] = 2,
            [13] = 3,
            [14] = 5,
        }, -- end of blue
        red = 
        {
            [1] = 0,
            [2] = 1,
        }, -- end of red
    }, -- end of coalitions
    descriptionText = "Раннее утро 07:00.Группа самолетов движется по направлению к нашей границе.07:55 группа нарушителей пересекла государственную границу СНГ.Наш ВКП А-50 распознал цели:пара F/A-18,и бомбардировщик F-117.\
      08:00 сигнал поступил на аэродром Мин.Воды,где базируется полк Су-27 ВВС СНГ.Пара Су-27 из полка,заступавшая на дежурство выделена для перехвата нарушителей.",
    trigflag = 
    {
        [1] = true,
    }, -- end of trigflag
    descriptionRedTask = " Уничтожить нарушителей границы.\
Второстепенная задача-уничтожить самолеты прорыва ПВО ВВС НАТО,прошедших на малой высоте.",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
        [1] = "trew{7D3CC086-C02C-4d92-9CFB-686F62ABE476}.jpg",
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    seconds = 3,
                    predicate = "c_time_after",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "Внимание!Тревога!Группа ЛА пересекла государственную границу,и направляется по-направлению к минеральным Водам.Пара Су-27С ВВС СНГ Срочно на перехват!",
                }, -- end of [1]
            }, -- end of actions
            comment = "1",
        }, -- end of [1]
    }, -- end of trigrules
    coalition = 
    {
        blue = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Belgium",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 11,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "UK",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 4,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
                [3] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Germany",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 6,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 19,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73180814896557,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73036466503752,
                                            x = -318071.21196435,
                                            speed = 5.5555555555556,
                                            y = 634084.33031857,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 60,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Roland Radar",
                                        CLSID = "{E7CF8850-522C-4EBA-AB32-0C4DF31B02FD}",
                                        unitId = 317,
                                        lat = 0.73180814896557,
                                        skill = "Average",
                                        long = 0.73036466503752,
                                        x = -318071.21196435,
                                        name = "Юнит #38",
                                        heading = 0,
                                        y = 634084.33031857,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Roland ADS",
                                        CLSID = "{355F9BBF-7686-481E-A277-8BE23C862003}",
                                        unitId = 318,
                                        lat = 0.7318010185503,
                                        skill = "Average",
                                        long = 0.73039778492168,
                                        x = -318100.19734155,
                                        name = "Юнит #39",
                                        heading = 4.6949356878647,
                                        y = 634246.4153173,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Roland ADS",
                                        CLSID = "{355F9BBF-7686-481E-A277-8BE23C862003}",
                                        unitId = 319,
                                        lat = 0.73181487883759,
                                        skill = "Average",
                                        long = 0.73039837407112,
                                        x = -318011.59017482,
                                        name = "Юнит #40",
                                        heading = 4.9573676435116,
                                        y = 634240.13427373,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Roland ADS",
                                        CLSID = "{355F9BBF-7686-481E-A277-8BE23C862003}",
                                        unitId = 320,
                                        lat = 0.73178892098393,
                                        skill = "Average",
                                        long = 0.73039838285348,
                                        x = -318176.98332502,
                                        name = "Юнит #41",
                                        heading = 4.4674103172578,
                                        y = 634257.18343342,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Roland ADS",
                                        CLSID = "{355F9BBF-7686-481E-A277-8BE23C862003}",
                                        unitId = 321,
                                        lat = 0.73180061796653,
                                        skill = "Average",
                                        long = 0.73060257417557,
                                        x = -318001.0473144,
                                        name = "Юнит #42",
                                        heading = 4.2941646508055,
                                        y = 635220.00639503,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Roland ADS",
                                        CLSID = "{355F9BBF-7686-481E-A277-8BE23C862003}",
                                        unitId = 322,
                                        lat = 0.73182481348493,
                                        skill = "Average",
                                        long = 0.73071516816568,
                                        x = -317790.96256402,
                                        name = "Юнит #43",
                                        heading = 4.4499570247379,
                                        y = 635739.29380066,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Roland ADS",
                                        CLSID = "{355F9BBF-7686-481E-A277-8BE23C862003}",
                                        unitId = 323,
                                        lat = 0.73183779275454,
                                        skill = "Average",
                                        long = 0.73081152331931,
                                        x = -317660.40972007,
                                        name = "Юнит #44",
                                        heading = 4.6949356878647,
                                        y = 636188.74958253,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "НАТО ПВО #006",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "нато прорыв ПВО",
                                groupId = 65,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1971,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75316443093633,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76859752172418,
                                            x = -160629.99171245,
                                            speed = 250,
                                            y = 798113.76673129,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1971,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75504378608991,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.76213841459864,
                                                    radius = 1000,
                                                    y = 763092.02183331,
                                                    x = -126760.01583245,
                                                    lat = 0.75910011874166,
                                                    categories = 
                                                    {
                                                        [1] = "Ships",
                                                        [2] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.76169378900416,
                                                    radius = 1000,
                                                    y = 760675.07081532,
                                                    x = -124294.48423276,
                                                    lat = 0.75952892554397,
                                                    categories = 
                                                    {
                                                        [1] = "Ships",
                                                        [2] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    long = 0.761097594766,
                                                    radius = 1000,
                                                    y = 757841.05856206,
                                                    x = -124123.7014817,
                                                    lat = 0.75961178147532,
                                                    categories = 
                                                    {
                                                        [1] = "Ships",
                                                        [2] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [3]
                                            }, -- end of targets
                                            long = 0.76620268453212,
                                            x = -150132.52140048,
                                            speed = 250,
                                            y = 785349.29872094,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7389471948978,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75286226268452,
                                            x = -260606.34503463,
                                            speed = 250,
                                            y = 735702.10794798,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73132026148042,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73633347857271,
                                            x = -318169.8580178,
                                            speed = 250,
                                            y = 662825.75508441,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 18,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.731802,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.730691,
                                            x = -317948.32727306,
                                            speed = 138.88888888889,
                                            airdromeId = 24,
                                            y = 635639.37385346,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "SEAD",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Tornado IDS",
                                        CLSID = "{4AED1A01-FA09-11d5-9190-00A0249B6F00}",
                                        unitId = 348,
                                        lat = 0.75316443093633,
                                        skill = "Good",
                                        long = 0.76859752172418,
                                        x = -160629.99171245,
                                        name = "Пилот #16",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [4]
                                                [11] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [11]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                                [12] = 
                                                {
                                                    CLSID = "{8C3F26A2-FA0F-11d5-9190-00A0249B6F00}",
                                                }, -- end of [12]
                                                [9] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "4663",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        y = 798113.76673129,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 24,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Tornado IDS",
                                        CLSID = "{4AED1A01-FA09-11d5-9190-00A0249B6F00}",
                                        unitId = 349,
                                        lat = 0.75315743093633,
                                        skill = "Good",
                                        long = 0.76860452172418,
                                        x = -160670.20546789,
                                        name = "Пилот #17",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [4]
                                                [11] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [11]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                                [12] = 
                                                {
                                                    CLSID = "{8C3F26A2-FA0F-11d5-9190-00A0249B6F00}",
                                                }, -- end of [12]
                                                [9] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "4663",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        y = 798152.34024753,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Enfield12",
                                        }, -- end of callsign
                                        onboard_num = 25,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Tornado IDS",
                                        CLSID = "{4AED1A01-FA09-11d5-9190-00A0249B6F00}",
                                        unitId = 350,
                                        lat = 0.75315043093633,
                                        skill = "Good",
                                        long = 0.76861152172418,
                                        x = -160710.41922333,
                                        name = "Пилот #18",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [4]
                                                [11] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [11]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                                [12] = 
                                                {
                                                    CLSID = "{8C3F26A2-FA0F-11d5-9190-00A0249B6F00}",
                                                }, -- end of [12]
                                                [9] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "4663",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        y = 798190.91376377,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "Enfield13",
                                        }, -- end of callsign
                                        onboard_num = 26,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Tornado IDS",
                                        CLSID = "{4AED1A01-FA09-11d5-9190-00A0249B6F00}",
                                        unitId = 355,
                                        lat = 0.75314343093633,
                                        skill = "Good",
                                        long = 0.76861852172418,
                                        x = -160750.63297877,
                                        name = "Пилот #23",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [4]
                                                [11] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [11]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                                [12] = 
                                                {
                                                    CLSID = "{8C3F26A2-FA0F-11d5-9190-00A0249B6F00}",
                                                }, -- end of [12]
                                                [9] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "4663",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        y = 798229.48728,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 4,
                                            name = "Enfield14",
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = false,
                                name = "нато прорыв ПВО-2",
                                groupId = 66,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1565,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77101770464046,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76911373990618,
                                            x = -46569.0454342,
                                            speed = 138.88888888889,
                                            y = 785160.00631061,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77120255167951,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.75124738093149,
                                                    radius = 1000,
                                                    y = 702352.6127087,
                                                    x = -49833.273208876,
                                                    lat = 0.77217529139467,
                                                    categories = 
                                                    {
                                                        [1] = "Ships",
                                                        [2] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.75247260259901,
                                                    radius = 1000,
                                                    y = 707587.34711234,
                                                    x = -46162.10972672,
                                                    lat = 0.77264198782966,
                                                    categories = 
                                                    {
                                                        [1] = "Ships",
                                                        [2] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    long = 0.75364819317267,
                                                    radius = 1000,
                                                    y = 713885.15809911,
                                                    x = -52765.468307958,
                                                    lat = 0.77149983941674,
                                                    categories = 
                                                    {
                                                        [1] = "Ships",
                                                        [2] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [3]
                                            }, -- end of targets
                                            long = 0.76168067219138,
                                            x = -49942.973653645,
                                            speed = 138.88888888889,
                                            y = 750933.99599829,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76375294991229,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.77385913864292,
                                            x = -89840.945999724,
                                            speed = 277.77777777778,
                                            y = 813347.11531225,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75228338271233,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.77525280354064,
                                            x = -162025.53222769,
                                            speed = 277.77777777778,
                                            y = 829927.91538524,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73105057726214,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76568634513945,
                                            x = -303374.81999772,
                                            speed = 277.77777777778,
                                            y = 802817.86724899,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 18,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.731802,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.730691,
                                            x = -317948.32727306,
                                            speed = 138.88888888889,
                                            airdromeId = 24,
                                            y = 635639.37385346,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "SEAD",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Tornado IDS",
                                        CLSID = "{4AED1A01-FA09-11d5-9190-00A0249B6F00}",
                                        unitId = 351,
                                        lat = 0.77101770464046,
                                        skill = "Good",
                                        long = 0.76911373990618,
                                        x = -46569.0454342,
                                        name = "Пилот #19",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [4]
                                                [11] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [11]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                                [12] = 
                                                {
                                                    CLSID = "{8C3F26A2-FA0F-11d5-9190-00A0249B6F00}",
                                                }, -- end of [12]
                                                [9] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "4663",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        y = 785160.00631061,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Springfield11",
                                        }, -- end of callsign
                                        onboard_num = 27,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Tornado IDS",
                                        CLSID = "{4AED1A01-FA09-11d5-9190-00A0249B6F00}",
                                        unitId = 352,
                                        lat = 0.77101070464046,
                                        skill = "Good",
                                        long = 0.76912073990618,
                                        x = -46609.230416923,
                                        name = "Пилот #20",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [4]
                                                [11] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [11]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                                [12] = 
                                                {
                                                    CLSID = "{8C3F26A2-FA0F-11d5-9190-00A0249B6F00}",
                                                }, -- end of [12]
                                                [9] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "4663",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        y = 785198.28633293,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Springfield12",
                                        }, -- end of callsign
                                        onboard_num = 28,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Tornado IDS",
                                        CLSID = "{4AED1A01-FA09-11d5-9190-00A0249B6F00}",
                                        unitId = 353,
                                        lat = 0.77100370464046,
                                        skill = "Good",
                                        long = 0.76912773990618,
                                        x = -46649.415399645,
                                        name = "Пилот #21",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [4]
                                                [11] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [11]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                                [12] = 
                                                {
                                                    CLSID = "{8C3F26A2-FA0F-11d5-9190-00A0249B6F00}",
                                                }, -- end of [12]
                                                [9] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "4663",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        y = 785236.56635525,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "Springfield13",
                                        }, -- end of callsign
                                        onboard_num = 29,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Tornado IDS",
                                        CLSID = "{4AED1A01-FA09-11d5-9190-00A0249B6F00}",
                                        unitId = 354,
                                        lat = 0.77099670464046,
                                        skill = "Good",
                                        long = 0.76913473990618,
                                        x = -46689.600382366,
                                        name = "Пилот #22",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [4]
                                                [11] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [11]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                                [12] = 
                                                {
                                                    CLSID = "{8C3F26A2-FA0F-11d5-9190-00A0249B6F00}",
                                                }, -- end of [12]
                                                [9] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "4663",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        y = 785274.84637757,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 4,
                                            name = "Springfield14",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = false,
                                name = "Нато прорыв ПВО",
                                groupId = 67,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74092537674629,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72545604658821,
                                            x = -262375.97345892,
                                            speed = 138.88888888889,
                                            y = 604857.92010413,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74414565896059,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.7191829878657,
                                                    radius = 1000,
                                                    y = 570407.17556275,
                                                    x = -215640.26663745,
                                                    lat = 0.74872476408185,
                                                    categories = 
                                                    {
                                                        [1] = "Ships",
                                                        [2] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.71756652928333,
                                                    radius = 1000,
                                                    y = 563275.85158322,
                                                    x = -220900.45170976,
                                                    lat = 0.74801443668829,
                                                    categories = 
                                                    {
                                                        [1] = "Ships",
                                                        [2] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    long = 0.71798213820986,
                                                    radius = 1000,
                                                    y = 565328.3616289,
                                                    x = -221765.76096794,
                                                    lat = 0.74784889920726,
                                                    categories = 
                                                    {
                                                        [1] = "Ships",
                                                        [2] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [3]
                                            }, -- end of targets
                                            long = 0.72240620428332,
                                            x = -243307.61667007,
                                            speed = 138.88888888889,
                                            y = 588422.07769411,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73872772460192,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73077532790902,
                                            x = -273778.3372606,
                                            speed = 138.88888888889,
                                            y = 631431.09814525,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 12,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "SEAD",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Tornado IDS",
                                        CLSID = "{4AED1A01-FA09-11d5-9190-00A0249B6F00}",
                                        unitId = 356,
                                        lat = 0.74092537674629,
                                        skill = "Good",
                                        long = 0.72545604658821,
                                        x = -262375.97345892,
                                        name = "Пилот #24",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [4]
                                                [11] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [11]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                                [12] = 
                                                {
                                                    CLSID = "{8C3F26A2-FA0F-11d5-9190-00A0249B6F00}",
                                                }, -- end of [12]
                                                [9] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "4663",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        y = 604857.92010413,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Uzi11",
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Tornado IDS",
                                        CLSID = "{4AED1A01-FA09-11d5-9190-00A0249B6F00}",
                                        unitId = 357,
                                        lat = 0.74091837674629,
                                        skill = "Good",
                                        long = 0.72546304658821,
                                        x = -262417.18649356,
                                        name = "Пилот #25",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [4]
                                                [11] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [11]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                                [12] = 
                                                {
                                                    CLSID = "{8C3F26A2-FA0F-11d5-9190-00A0249B6F00}",
                                                }, -- end of [12]
                                                [9] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "4663",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        y = 604895.41522389,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Uzi12",
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Tornado IDS",
                                        CLSID = "{4AED1A01-FA09-11d5-9190-00A0249B6F00}",
                                        unitId = 358,
                                        lat = 0.74091137674629,
                                        skill = "Good",
                                        long = 0.72547004658821,
                                        x = -262458.39952821,
                                        name = "Пилот #26",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [4]
                                                [11] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [11]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                                [12] = 
                                                {
                                                    CLSID = "{8C3F26A2-FA0F-11d5-9190-00A0249B6F00}",
                                                }, -- end of [12]
                                                [9] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "4663",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        y = 604932.91034364,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "Uzi13",
                                        }, -- end of callsign
                                        onboard_num = 15,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Tornado IDS",
                                        CLSID = "{4AED1A01-FA09-11d5-9190-00A0249B6F00}",
                                        unitId = 359,
                                        lat = 0.74090437674629,
                                        skill = "Good",
                                        long = 0.72547704658821,
                                        x = -262499.61256285,
                                        name = "Пилот #27",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [4]
                                                [11] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [11]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                                [12] = 
                                                {
                                                    CLSID = "{8C3F26A2-FA0F-11d5-9190-00A0249B6F00}",
                                                }, -- end of [12]
                                                [9] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "4663",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        y = 604970.4054634,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 4,
                                            name = "Uzi14",
                                        }, -- end of callsign
                                        onboard_num = 16,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [3]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [3]
                [4] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "The Netherlands",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 10,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [4]
                [5] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Georgia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 16,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [5]
                [6] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Denmark",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 13,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [6]
                [7] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Israel",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 15,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [7]
                [8] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Spain",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 9,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [8]
                [9] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Canada",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 8,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [9]
                [10] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Insurgents",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 17,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [10]
                [11] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Norway",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 12,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [11]
                [12] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "USA",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 2,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 53,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73601819258515,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74206871517419,
                                            x = -285230.55216851,
                                            speed = 5.5555555555556,
                                            y = 686774.69932995,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 54,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Hawk sr",
                                        CLSID = "{6E93EACB-F7DB-4208-88C4-8D6465869A05}",
                                        unitId = 275,
                                        lat = 0.73601819258515,
                                        skill = "Average",
                                        long = 0.74206871517419,
                                        x = -285230.55216851,
                                        name = "НАТО ПВО",
                                        heading = 1.6475682180647,
                                        y = 686774.69932995,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Hawk tr",
                                        CLSID = "{6FD50C44-10A0-458F-AF4E-0472EEFCD07E}",
                                        unitId = 276,
                                        lat = 0.73599908507935,
                                        skill = "Average",
                                        long = 0.74203590138871,
                                        x = -285370.03188526,
                                        name = "НАТО ПВО #1",
                                        heading = 1.6475682180647,
                                        y = 686633.19964518,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 277,
                                        lat = 0.73596410351245,
                                        skill = "Average",
                                        long = 0.74208859033781,
                                        x = -285564.52386002,
                                        name = "НАТО ПВО #2",
                                        heading = 1.6475682180647,
                                        y = 686908.7534487,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 278,
                                        lat = 0.73596426711473,
                                        skill = "Average",
                                        long = 0.742045342564,
                                        x = -285586.82423725,
                                        name = "НАТО ПВО #3",
                                        heading = 1.6475682180647,
                                        y = 686703.59697342,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 279,
                                        lat = 0.73596451933186,
                                        skill = "Average",
                                        long = 0.74200102112111,
                                        x = -285609.13940182,
                                        name = "НАТО ПВО #4",
                                        heading = 1.6475682180647,
                                        y = 686493.28502614,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 280,
                                        lat = 0.7360601653529,
                                        skill = "Average",
                                        long = 0.74209602988203,
                                        x = -284948.32463965,
                                        name = "НАТО ПВО #5",
                                        heading = 1.6475682180647,
                                        y = 686873.29200455,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 281,
                                        lat = 0.73606083528793,
                                        skill = "Average",
                                        long = 0.74205641394801,
                                        x = -284965.43796985,
                                        name = "НАТО ПВО #6",
                                        heading = 1.6475682180647,
                                        y = 686684.98111856,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 282,
                                        lat = 0.73606206452069,
                                        skill = "Average",
                                        long = 0.74200970185136,
                                        x = -284982.81715599,
                                        name = "НАТО ПВО #7",
                                        heading = 1.6475682180647,
                                        y = 686462.61578097,
                                    }, -- end of [8]
                                }, -- end of units
                                name = "НАТО ПВО",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 53,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73578024923202,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74099325143296,
                                            x = -287316.27703029,
                                            speed = 5.5555555555556,
                                            y = 681844.60191584,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 55,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Hawk sr",
                                        CLSID = "{6E93EACB-F7DB-4208-88C4-8D6465869A05}",
                                        unitId = 283,
                                        lat = 0.73578024923202,
                                        skill = "Average",
                                        long = 0.74099325143296,
                                        x = -287316.27703029,
                                        name = "НАТО ПВО #8",
                                        heading = 3.5220990307022,
                                        y = 681844.60191584,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Hawk tr",
                                        CLSID = "{6FD50C44-10A0-458F-AF4E-0472EEFCD07E}",
                                        unitId = 284,
                                        lat = 0.73580919783421,
                                        skill = "Average",
                                        long = 0.74097856533755,
                                        x = -287139.52372124,
                                        name = "НАТО ПВО #9",
                                        heading = 3.5220990307022,
                                        y = 681754.84401723,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 285,
                                        lat = 0.73578226498785,
                                        skill = "Average",
                                        long = 0.74091779923668,
                                        x = -287343.07748467,
                                        name = "НАТО ПВО #10",
                                        heading = 3.5220990307022,
                                        y = 681485.50655941,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 286,
                                        lat = 0.73581287198229,
                                        skill = "Average",
                                        long = 0.74093100292284,
                                        x = -287141.10198574,
                                        name = "НАТО ПВО #11",
                                        heading = 3.5220990307022,
                                        y = 681526.81109531,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 287,
                                        lat = 0.73584421365165,
                                        skill = "Average",
                                        long = 0.74094464301767,
                                        x = -286934.21559212,
                                        name = "НАТО ПВО #12",
                                        heading = 3.5220990307022,
                                        y = 681569.6734703,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 288,
                                        lat = 0.73574839087102,
                                        skill = "Average",
                                        long = 0.7410389615636,
                                        x = -287495.27104239,
                                        name = "НАТО ПВО #13",
                                        heading = 3.5220990307022,
                                        y = 682083.4582018,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 289,
                                        lat = 0.73577627272474,
                                        skill = "Average",
                                        long = 0.74105172450209,
                                        x = -287310.89261657,
                                        name = "НАТО ПВО #14",
                                        heading = 3.5220990307022,
                                        y = 682124.56885984,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 290,
                                        lat = 0.7358090180937,
                                        skill = "Average",
                                        long = 0.74106733789239,
                                        x = -287094.02454444,
                                        name = "НАТО ПВО #15",
                                        heading = 3.5220990307022,
                                        y = 682175.80957109,
                                    }, -- end of [8]
                                }, -- end of units
                                name = "НАТО ПВО #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 11,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.72611703133244,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72597117790032,
                                            x = -356476.33307428,
                                            speed = 5.5555555555556,
                                            y = 616832.24672608,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 56,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Hawk sr",
                                        CLSID = "{6E93EACB-F7DB-4208-88C4-8D6465869A05}",
                                        unitId = 291,
                                        lat = 0.72611703133244,
                                        skill = "Average",
                                        long = 0.72597117790032,
                                        x = -356476.33307428,
                                        name = "НАТО ПВО #16",
                                        heading = 6.118036629765,
                                        y = 616832.24672608,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Hawk tr",
                                        CLSID = "{6FD50C44-10A0-458F-AF4E-0472EEFCD07E}",
                                        unitId = 292,
                                        lat = 0.72609795999871,
                                        skill = "Average",
                                        long = 0.72600387022678,
                                        x = -356582.10025763,
                                        name = "НАТО ПВО #17",
                                        heading = 6.118036629765,
                                        y = 617000.501031,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 293,
                                        lat = 0.72614451199641,
                                        skill = "Average",
                                        long = 0.72603704771376,
                                        x = -356269.49463546,
                                        name = "НАТО ПВО #18",
                                        heading = 6.118036629765,
                                        y = 617129.59543396,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 294,
                                        lat = 0.72611322747591,
                                        skill = "Average",
                                        long = 0.72604706475089,
                                        x = -356464.00713712,
                                        name = "НАТО ПВО #19",
                                        heading = 6.118036629765,
                                        y = 617197.22937196,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 295,
                                        lat = 0.726081145774,
                                        skill = "Average",
                                        long = 0.72605722015215,
                                        x = -356663.53245719,
                                        name = "НАТО ПВО #20",
                                        heading = 6.118036629765,
                                        y = 617266.02826457,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 296,
                                        lat = 0.72612658284341,
                                        skill = "Average",
                                        long = 0.72590995352084,
                                        x = -356444.97149228,
                                        name = "НАТО ПВО #21",
                                        heading = 6.118036629765,
                                        y = 616533.68676149,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 297,
                                        lat = 0.72609779935287,
                                        skill = "Average",
                                        long = 0.72591845080154,
                                        x = -356624.28015997,
                                        name = "НАТО ПВО #22",
                                        heading = 6.118036629765,
                                        y = 616592.47868017,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 298,
                                        lat = 0.72606375347956,
                                        skill = "Average",
                                        long = 0.72592789698763,
                                        x = -356836.66250648,
                                        name = "НАТО ПВО #23",
                                        heading = 6.118036629765,
                                        y = 616659.13050269,
                                    }, -- end of [8]
                                }, -- end of units
                                name = "НАТО ПВО #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 40,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.72589075419215,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72565371930156,
                                            x = -358071.08289318,
                                            speed = 5.5555555555556,
                                            y = 615458.48810171,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 57,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Hawk sr",
                                        CLSID = "{6E93EACB-F7DB-4208-88C4-8D6465869A05}",
                                        unitId = 299,
                                        lat = 0.72589075419215,
                                        skill = "Average",
                                        long = 0.72565371930156,
                                        x = -358071.08289318,
                                        name = "НАТО ПВО #24",
                                        heading = 6.118036629765,
                                        y = 615458.48810171,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Hawk tr",
                                        CLSID = "{6FD50C44-10A0-458F-AF4E-0472EEFCD07E}",
                                        unitId = 300,
                                        lat = 0.72587168285842,
                                        skill = "Average",
                                        long = 0.72568641162802,
                                        x = -358176.85007652,
                                        name = "НАТО ПВО #25",
                                        heading = 6.118036629765,
                                        y = 615626.74240663,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 301,
                                        lat = 0.72591823485612,
                                        skill = "Average",
                                        long = 0.725719589115,
                                        x = -357864.24445435,
                                        name = "НАТО ПВО #26",
                                        heading = 6.118036629765,
                                        y = 615755.83680959,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 302,
                                        lat = 0.72588695033563,
                                        skill = "Average",
                                        long = 0.72572960615212,
                                        x = -358058.75695596,
                                        name = "НАТО ПВО #27",
                                        heading = 6.118036629765,
                                        y = 615823.47074753,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 303,
                                        lat = 0.72585486863371,
                                        skill = "Average",
                                        long = 0.72573976155339,
                                        x = -358258.28227609,
                                        name = "НАТО ПВО #28",
                                        heading = 6.118036629765,
                                        y = 615892.26964019,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 304,
                                        lat = 0.72590030570312,
                                        skill = "Average",
                                        long = 0.72559249492208,
                                        x = -358039.72131118,
                                        name = "НАТО ПВО #29",
                                        heading = 6.118036629765,
                                        y = 615159.92813711,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 305,
                                        lat = 0.72587152221259,
                                        skill = "Average",
                                        long = 0.72560099220278,
                                        x = -358219.0299788,
                                        name = "НАТО ПВО #30",
                                        heading = 6.118036629765,
                                        y = 615218.7200558,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 306,
                                        lat = 0.72583747633927,
                                        skill = "Average",
                                        long = 0.72561043838887,
                                        x = -358431.41232538,
                                        name = "НАТО ПВО #31",
                                        heading = 6.118036629765,
                                        y = 615285.37187832,
                                    }, -- end of [8]
                                }, -- end of units
                                name = "НАТО ПВО #003",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 40,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.72537867006976,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72764141513784,
                                            x = -360376.8159719,
                                            speed = 5.5555555555556,
                                            y = 625300.95112122,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 58,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Hawk sr",
                                        CLSID = "{6E93EACB-F7DB-4208-88C4-8D6465869A05}",
                                        unitId = 307,
                                        lat = 0.72537867006976,
                                        skill = "Average",
                                        long = 0.72764141513784,
                                        x = -360376.8159719,
                                        name = "НАТО ПВО #32",
                                        heading = 6.118036629765,
                                        y = 625300.95112122,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Hawk tr",
                                        CLSID = "{6FD50C44-10A0-458F-AF4E-0472EEFCD07E}",
                                        unitId = 308,
                                        lat = 0.72535961872653,
                                        skill = "Average",
                                        long = 0.72767411132665,
                                        x = -360482.47281614,
                                        name = "НАТО ПВО #33",
                                        heading = 6.118036629765,
                                        y = 625469.98439543,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 309,
                                        lat = 0.72540616016818,
                                        skill = "Average",
                                        long = 0.72770733230542,
                                        x = -360169.90221493,
                                        name = "НАТО ПВО #34",
                                        heading = 6.118036629765,
                                        y = 625598.83155831,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 310,
                                        lat = 0.72537489367886,
                                        skill = "Average",
                                        long = 0.72771733525045,
                                        x = -360364.32416468,
                                        name = "НАТО ПВО #35",
                                        heading = 6.118036629765,
                                        y = 625667.10477212,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 311,
                                        lat = 0.72534283042802,
                                        skill = "Average",
                                        long = 0.72772747614578,
                                        x = -360563.75686791,
                                        name = "НАТО ПВО #36",
                                        heading = 6.118036629765,
                                        y = 625736.55751898,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 312,
                                        lat = 0.72538819638809,
                                        skill = "Average",
                                        long = 0.72758016781539,
                                        x = -360345.60267028,
                                        name = "НАТО ПВО #37",
                                        heading = 6.118036629765,
                                        y = 625001.34433115,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 313,
                                        lat = 0.7253594292439,
                                        skill = "Average",
                                        long = 0.72758865179382,
                                        x = -360524.82951619,
                                        name = "НАТО ПВО #38",
                                        heading = 6.118036629765,
                                        y = 625060.71389238,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "НАТО ПВО #004",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 12,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73726809694505,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73387743583903,
                                            x = -281524.4817516,
                                            speed = 5.5555555555556,
                                            y = 647088.78175007,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 61,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M48 Chaparral",
                                        CLSID = "{6416E353-E50F-497f-9F7A-51A99788E18E}",
                                        unitId = 324,
                                        lat = 0.73726809694505,
                                        skill = "Average",
                                        long = 0.73387743583903,
                                        x = -281524.4817516,
                                        name = "Юнит #45",
                                        heading = 5.1306133099639,
                                        y = 647088.78175007,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "M48 Chaparral",
                                        CLSID = "{6416E353-E50F-497f-9F7A-51A99788E18E}",
                                        unitId = 325,
                                        lat = 0.73724160838191,
                                        skill = "Average",
                                        long = 0.73403720495137,
                                        x = -281611.55099212,
                                        name = "Юнит #46",
                                        heading = 5.1306133099639,
                                        y = 647862.072798,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "M48 Chaparral",
                                        CLSID = "{6416E353-E50F-497f-9F7A-51A99788E18E}",
                                        unitId = 326,
                                        lat = 0.73725956256638,
                                        skill = "Average",
                                        long = 0.7341339935987,
                                        x = -281447.65516587,
                                        name = "Юнит #47",
                                        heading = 5.1306133099639,
                                        y = 648307.46307001,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "НАТО ПВО #007",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73608108445861,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74135464153402,
                                            x = -285209.35655029,
                                            speed = 5.5555555555556,
                                            y = 683345.70111483,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 62,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M48 Chaparral",
                                        CLSID = "{6416E353-E50F-497f-9F7A-51A99788E18E}",
                                        unitId = 327,
                                        lat = 0.73608108445861,
                                        skill = "Average",
                                        long = 0.74135464153402,
                                        x = -285209.35655029,
                                        name = "Юнит #48",
                                        heading = 5.4977871437821,
                                        y = 683345.70111483,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "M48 Chaparral",
                                        CLSID = "{6416E353-E50F-497f-9F7A-51A99788E18E}",
                                        unitId = 328,
                                        lat = 0.7361442212094,
                                        skill = "Average",
                                        long = 0.74138308668085,
                                        x = -284792.07682495,
                                        name = "Юнит #49",
                                        heading = 5.4977871437821,
                                        y = 683435.27856577,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "M48 Chaparral",
                                        CLSID = "{6416E353-E50F-497f-9F7A-51A99788E18E}",
                                        unitId = 329,
                                        lat = 0.73617824416623,
                                        skill = "Average",
                                        long = 0.741532994278,
                                        x = -284496.50118006,
                                        name = "Юнит #50",
                                        heading = 5.4977871437821,
                                        y = 684121.5438781,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "M48 Chaparral",
                                        CLSID = "{6416E353-E50F-497f-9F7A-51A99788E18E}",
                                        unitId = 330,
                                        lat = 0.73609765247938,
                                        skill = "Average",
                                        long = 0.74157286096634,
                                        x = -284989.11730531,
                                        name = "Юнит #51",
                                        heading = 5.4977871437821,
                                        y = 684368.32545365,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "M48 Chaparral",
                                        CLSID = "{6416E353-E50F-497f-9F7A-51A99788E18E}",
                                        unitId = 331,
                                        lat = 0.73607658057363,
                                        skill = "Average",
                                        long = 0.74145256073322,
                                        x = -285186.60662834,
                                        name = "Юнит #52",
                                        heading = 5.4977871437821,
                                        y = 683813.13222673,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "НАТО ПВО #008",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 18,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73526328710061,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73527203434532,
                                            x = -293585.97287952,
                                            speed = 5.5555555555556,
                                            y = 655069.36832603,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 63,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Patriot cp",
                                        CLSID = "{033A717B-2687-4d74-9A89-69C2535DAC48}",
                                        unitId = 332,
                                        lat = 0.73526328710061,
                                        skill = "Average",
                                        long = 0.73527203434532,
                                        x = -293585.97287952,
                                        name = "НАТО ПВО #008",
                                        heading = 6.118036629765,
                                        y = 655069.36832603,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Patriot str",
                                        CLSID = "{BDFF2359-B329-479A-A4D2-A14F3FB37DE4}",
                                        unitId = 333,
                                        lat = 0.73529626635505,
                                        skill = "Average",
                                        long = 0.73528148088213,
                                        x = -293371.0030733,
                                        name = "НАТО ПВО #39",
                                        heading = 6.118036629765,
                                        y = 655091.84054523,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Patriot ln",
                                        CLSID = "{572AF10E-0FAC-4E2D-BA3F-96D6C08194FB}",
                                        unitId = 334,
                                        lat = 0.73527627680648,
                                        skill = "Average",
                                        long = 0.73532941270579,
                                        x = -293473.87451159,
                                        name = "НАТО ПВО #40",
                                        heading = 6.118036629765,
                                        y = 655332.57621884,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Patriot ln",
                                        CLSID = "{572AF10E-0FAC-4E2D-BA3F-96D6C08194FB}",
                                        unitId = 335,
                                        lat = 0.73525087562341,
                                        skill = "Average",
                                        long = 0.73533634391868,
                                        x = -293632.1859479,
                                        name = "НАТО ПВО #41",
                                        heading = 6.118036629765,
                                        y = 655382.61455857,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Patriot ln",
                                        CLSID = "{572AF10E-0FAC-4E2D-BA3F-96D6C08194FB}",
                                        unitId = 336,
                                        lat = 0.73522544200123,
                                        skill = "Average",
                                        long = 0.7353423512253,
                                        x = -293791.17633898,
                                        name = "НАТО ПВО #42",
                                        heading = 6.118036629765,
                                        y = 655428.29518759,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Patriot ln",
                                        CLSID = "{572AF10E-0FAC-4E2D-BA3F-96D6C08194FB}",
                                        unitId = 337,
                                        lat = 0.73526358116541,
                                        skill = "Average",
                                        long = 0.73520668611237,
                                        x = -293617.50191666,
                                        name = "НАТО ПВО #43",
                                        heading = 6.118036629765,
                                        y = 654759.39492342,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Patriot ln",
                                        CLSID = "{572AF10E-0FAC-4E2D-BA3F-96D6C08194FB}",
                                        unitId = 338,
                                        lat = 0.73523567605882,
                                        skill = "Average",
                                        long = 0.73521381354175,
                                        x = -293791.6678595,
                                        name = "НАТО ПВО #44",
                                        heading = 6.118036629765,
                                        y = 654812.05710402,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "Patriot ln",
                                        CLSID = "{572AF10E-0FAC-4E2D-BA3F-96D6C08194FB}",
                                        unitId = 339,
                                        lat = 0.73520909092346,
                                        skill = "Average",
                                        long = 0.73522105693898,
                                        x = -293957.36377297,
                                        name = "НАТО ПВО #45",
                                        heading = 6.118036629765,
                                        y = 654864.37616012,
                                    }, -- end of [8]
                                }, -- end of units
                                name = "НАТО ПВО #009",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [8]
                            [9] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 17,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73510955539659,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73264371784989,
                                            x = -295903.27163682,
                                            speed = 5.5555555555556,
                                            y = 642709.25693135,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 64,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Patriot cp",
                                        CLSID = "{033A717B-2687-4d74-9A89-69C2535DAC48}",
                                        unitId = 340,
                                        lat = 0.73510955539659,
                                        skill = "Average",
                                        long = 0.73264371784989,
                                        x = -295903.27163682,
                                        name = "НАТО ПВО #46",
                                        heading = 6.118036629765,
                                        y = 642709.25693135,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Patriot str",
                                        CLSID = "{BDFF2359-B329-479A-A4D2-A14F3FB37DE4}",
                                        unitId = 341,
                                        lat = 0.73514252224775,
                                        skill = "Average",
                                        long = 0.73265318915592,
                                        x = -295688.50582646,
                                        name = "НАТО ПВО #47",
                                        heading = 6.118036629765,
                                        y = 642731.97301817,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Patriot ln",
                                        CLSID = "{572AF10E-0FAC-4E2D-BA3F-96D6C08194FB}",
                                        unitId = 342,
                                        lat = 0.73512255853459,
                                        skill = "Average",
                                        long = 0.73270113141678,
                                        x = -295791.90393925,
                                        name = "НАТО ПВО #48",
                                        heading = 6.118036629765,
                                        y = 642973.33830689,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Patriot ln",
                                        CLSID = "{572AF10E-0FAC-4E2D-BA3F-96D6C08194FB}",
                                        unitId = 343,
                                        lat = 0.7350971717547,
                                        skill = "Average",
                                        long = 0.73270805029059,
                                        x = -295950.23044227,
                                        name = "НАТО ПВО #49",
                                        heading = 6.118036629765,
                                        y = 643023.39465809,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Patriot ln",
                                        CLSID = "{572AF10E-0FAC-4E2D-BA3F-96D6C08194FB}",
                                        unitId = 344,
                                        lat = 0.73507175223569,
                                        skill = "Average",
                                        long = 0.73271404479995,
                                        x = -296109.22461433,
                                        name = "НАТО ПВО #50",
                                        heading = 6.118036629765,
                                        y = 643069.07980711,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Patriot ln",
                                        CLSID = "{572AF10E-0FAC-4E2D-BA3F-96D6C08194FB}",
                                        unitId = 345,
                                        lat = 0.73510982701367,
                                        skill = "Average",
                                        long = 0.73257833880241,
                                        x = -295934.00946197,
                                        name = "НАТО ПВО #51",
                                        heading = 6.118036629765,
                                        y = 642398.33767142,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Patriot ln",
                                        CLSID = "{572AF10E-0FAC-4E2D-BA3F-96D6C08194FB}",
                                        unitId = 346,
                                        lat = 0.73508193756381,
                                        skill = "Average",
                                        long = 0.73258545244538,
                                        x = -296108.18605393,
                                        name = "НАТО ПВО #52",
                                        heading = 6.118036629765,
                                        y = 642451.01258256,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "Patriot ln",
                                        CLSID = "{572AF10E-0FAC-4E2D-BA3F-96D6C08194FB}",
                                        unitId = 347,
                                        lat = 0.73505536749926,
                                        skill = "Average",
                                        long = 0.73259268292324,
                                        x = -296273.89760444,
                                        name = "НАТО ПВО #53",
                                        heading = 6.118036629765,
                                        y = 642503.35033199,
                                    }, -- end of [8]
                                }, -- end of units
                                name = "НАТО ПВО #010",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [9]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "цель #001",
                                groupId = 4,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75097923310776,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7431925527452,
                                            x = -189294.5906373,
                                            speed = 138.88888888889,
                                            y = 681203.78177948,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7562421344478,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74531861812269,
                                            x = -154615.74948019,
                                            speed = 138.88888888889,
                                            y = 687223.57107122,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77110106454954,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75183837968727,
                                            x = -56337.508419508,
                                            speed = 138.88888888889,
                                            y = 705908.87445229,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Escort",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F/A-18A",
                                        CLSID = "{2C4C5E81-F950-11d5-9190-00A0249B6F00}",
                                        unitId = 7,
                                        lat = 0.75097923310776,
                                        skill = "Average",
                                        long = 0.7431925527452,
                                        x = -189294.5906373,
                                        name = "Пилот #6",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{EFEC8200-B922-11d7-9897-000476191836}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{EFEC8200-B922-11d7-9897-000476191836}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{EFEC8200-B922-11d7-9897-000476191836}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "6531",
                                            flare = 15,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 7,
                                        y = 681203.78177948,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 17,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F/A-18A",
                                        CLSID = "{2C4C5E81-F950-11d5-9190-00A0249B6F00}",
                                        unitId = 8,
                                        lat = 0.75097223310776,
                                        skill = "Average",
                                        long = 0.7431995527452,
                                        x = -189335.40174287,
                                        name = "Пилот #7",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{EFEC8200-B922-11d7-9897-000476191836}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{EFEC8200-B922-11d7-9897-000476191836}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{EFEC8200-B922-11d7-9897-000476191836}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "6531",
                                            flare = 15,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 7,
                                        y = 681241.75066552,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Enfield12",
                                        }, -- end of callsign
                                        onboard_num = 18,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = false,
                                name = "цель",
                                groupId = 2,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75058124751007,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74454333128207,
                                            x = -191099.56233331,
                                            speed = 138.88888888889,
                                            y = 687818.05855908,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75631571896074,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74523943687531,
                                            x = -154189.83668179,
                                            speed = 138.88888888889,
                                            y = 686801.47261678,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75987790161758,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74673933396035,
                                            x = -130677.11350167,
                                            speed = 138.88888888889,
                                            y = 691078.68913185,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77139474802577,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.75204722674205,
                                                    radius = 1000,
                                                    y = 706348.27386266,
                                                    x = -52113.224552754,
                                                    lat = 0.77174564888666,
                                                    categories = 
                                                    {
                                                        [1] = "Airfields",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.75189791021827,
                                            x = -54433.174372615,
                                            speed = 138.88888888889,
                                            y = 705945.76184592,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Pinpoint Strike",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-117A",
                                        CLSID = "{B31D98CC-35E9-4431-81A0-369DFDB6D6A3}",
                                        unitId = 3,
                                        lat = 0.75058124751007,
                                        skill = "Good",
                                        long = 0.74454333128207,
                                        x = -191099.56233331,
                                        name = "Пилот #3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}",
                                                }, -- end of [2]
                                            }, -- end of pylons
                                            fuel = "3840",
                                            flare = 0,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 687818.05855908,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-117A",
                                        CLSID = "{B31D98CC-35E9-4431-81A0-369DFDB6D6A3}",
                                        unitId = 4,
                                        lat = 0.75057424751007,
                                        skill = "Good",
                                        long = 0.74455033128207,
                                        x = -191140.37343888,
                                        name = "Пилот #4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}",
                                                }, -- end of [2]
                                            }, -- end of pylons
                                            fuel = "3840",
                                            flare = 0,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 687856.02744511,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Enfield12",
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "F-117A",
                                        CLSID = "{B31D98CC-35E9-4431-81A0-369DFDB6D6A3}",
                                        unitId = 5,
                                        lat = 0.75056724751007,
                                        skill = "Good",
                                        long = 0.74455733128207,
                                        x = -191181.18454444,
                                        name = "Пилот #5",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}",
                                                }, -- end of [2]
                                            }, -- end of pylons
                                            fuel = "3840",
                                            flare = 0,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 687893.99633115,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "Enfield13",
                                        }, -- end of callsign
                                        onboard_num = 15,
                                    }, -- end of [3]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = false,
                                name = "НАТО пр.пво",
                                groupId = 68,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74385078165194,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70650799586873,
                                            x = -252251.08392194,
                                            speed = 138.88888888889,
                                            y = 513820.79158054,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74661223735293,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.70774204343615,
                                                    radius = 1000,
                                                    y = 514235.74558875,
                                                    x = -191949.38745677,
                                                    lat = 0.75323682225266,
                                                    categories = 
                                                    {
                                                        [1] = "Ships",
                                                        [2] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.70879172223661,
                                                    radius = 1000,
                                                    y = 519424.40316148,
                                                    x = -194783.03231197,
                                                    lat = 0.75272152919869,
                                                    categories = 
                                                    {
                                                        [1] = "Ships",
                                                        [2] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    long = 0.70834967934943,
                                                    radius = 1000,
                                                    y = 517563.66100991,
                                                    x = -197196.05067952,
                                                    lat = 0.7523722875819,
                                                    categories = 
                                                    {
                                                        [1] = "Ships",
                                                        [2] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [3]
                                            }, -- end of targets
                                            long = 0.70714453830079,
                                            x = -234396.37871552,
                                            speed = 138.88888888889,
                                            y = 515243.23022283,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74629704195464,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70819480508496,
                                            x = -235955.78647277,
                                            speed = 138.88888888889,
                                            y = 520345.95350823,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 12,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "SEAD",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-16C bl.52d",
                                        CLSID = "{082D2561-FB8B-11d5-9190-00A0249B6F00}",
                                        unitId = 360,
                                        lat = 0.74385078165194,
                                        skill = "Good",
                                        long = 0.70650799586873,
                                        x = -252251.08392194,
                                        name = "Пилот #28",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 513820.79158054,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 17,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-16C bl.52d",
                                        CLSID = "{082D2561-FB8B-11d5-9190-00A0249B6F00}",
                                        unitId = 364,
                                        lat = 0.74384378165194,
                                        skill = "Good",
                                        long = 0.70651499586873,
                                        x = -252292.78380984,
                                        name = "Пилот #29",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 513857.75495036,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Enfield12",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "F-16C bl.52d",
                                        CLSID = "{082D2561-FB8B-11d5-9190-00A0249B6F00}",
                                        unitId = 365,
                                        lat = 0.74383678165194,
                                        skill = "Good",
                                        long = 0.70652199586873,
                                        x = -252334.48369774,
                                        name = "Пилот #30",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 513894.71832018,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "Enfield13",
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "F-16C bl.52d",
                                        CLSID = "{082D2561-FB8B-11d5-9190-00A0249B6F00}",
                                        unitId = 366,
                                        lat = 0.74382978165194,
                                        skill = "Good",
                                        long = 0.70652899586873,
                                        x = -252376.18358564,
                                        name = "Пилот #31",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 513931.68169,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 4,
                                            name = "Enfield14",
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [3]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [12]
                [13] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Turkey",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 3,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 10,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.72627184096892,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72598456502688,
                                            x = -355483.46620425,
                                            speed = 5.5555555555556,
                                            y = 616798.359713,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 59,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M48 Chaparral",
                                        CLSID = "{6416E353-E50F-497f-9F7A-51A99788E18E}",
                                        unitId = 314,
                                        lat = 0.72627184096892,
                                        skill = "Average",
                                        long = 0.72598456502688,
                                        x = -355483.46620425,
                                        name = "Юнит #35",
                                        heading = 0,
                                        y = 616798.359713,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "M48 Chaparral",
                                        CLSID = "{6416E353-E50F-497f-9F7A-51A99788E18E}",
                                        unitId = 315,
                                        lat = 0.72621587745961,
                                        skill = "Average",
                                        long = 0.72606395110118,
                                        x = -355801.8054092,
                                        name = "Юнит #36",
                                        heading = 0,
                                        y = 617213.02931177,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "M48 Chaparral",
                                        CLSID = "{6416E353-E50F-497f-9F7A-51A99788E18E}",
                                        unitId = 316,
                                        lat = 0.72618678072266,
                                        skill = "Average",
                                        long = 0.72610738703503,
                                        x = -355966.27607998,
                                        name = "Юнит #37",
                                        heading = 0,
                                        y = 617438.95196463,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "НАТО ПВО #005",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [13]
                [14] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "France",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 5,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [14]
            }, -- end of country
        }, -- end of blue
        red = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Russia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78548210632872,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65190268881769,
                                            x = -5204.8512293473,
                                            speed = 5.5555555555556,
                                            y = 243060.28579921,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 9,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 14,
                                        lat = 0.78548210632872,
                                        skill = "Average",
                                        long = 0.65190268881769,
                                        x = -5204.8512293473,
                                        name = "Юнит #2",
                                        heading = 0,
                                        y = 243060.28579921,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 15,
                                        lat = 0.78542343471161,
                                        skill = "Average",
                                        long = 0.6518158228796,
                                        x = -5599.6747018881,
                                        name = "Юнит #3",
                                        heading = 0,
                                        y = 242688.67532606,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78557399839504,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6514667968383,
                                            x = -4726.2587254234,
                                            speed = 5.5555555555556,
                                            y = 241058.45994506,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 10,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 16,
                                        lat = 0.78557399839504,
                                        skill = "Average",
                                        long = 0.6514667968383,
                                        x = -4726.2587254234,
                                        name = "СНГ ПВО",
                                        heading = 0,
                                        y = 241058.45994506,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 17,
                                        lat = 0.78557783650666,
                                        skill = "Average",
                                        long = 0.65148803145599,
                                        x = -4696.6296504233,
                                        name = "СНГ ПВО #1",
                                        heading = 0,
                                        y = 241153.0288694,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 18,
                                        lat = 0.78556656719687,
                                        skill = "Average",
                                        long = 0.6514883802432,
                                        x = -4768.3020682167,
                                        name = "СНГ ПВО #2",
                                        heading = 0,
                                        y = 241158.60376901,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 19,
                                        lat = 0.7855534198191,
                                        skill = "Average",
                                        long = 0.65148817157919,
                                        x = -4852.0693814866,
                                        name = "СНГ ПВО #3",
                                        heading = 0,
                                        y = 241162.3267676,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 20,
                                        lat = 0.7855792247632,
                                        skill = "Average",
                                        long = 0.65144565673211,
                                        x = -4698.1463595275,
                                        name = "СНГ ПВО #4",
                                        heading = 0,
                                        y = 240961.10123664,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 21,
                                        lat = 0.78556795543876,
                                        skill = "Average",
                                        long = 0.65144530620702,
                                        x = -4769.989784034,
                                        name = "СНГ ПВО #5",
                                        heading = 0,
                                        y = 240963.51687997,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 22,
                                        lat = 0.78555472638356,
                                        skill = "Average",
                                        long = 0.65144589975123,
                                        x = -4854.0811193334,
                                        name = "СНГ ПВО #6",
                                        heading = 0,
                                        y = 240970.89297501,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 57,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78520327824454,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65204490560714,
                                            x = -6945.5245019756,
                                            speed = 5.5555555555556,
                                            y = 243797.67596967,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 11,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 23,
                                        lat = 0.78520327824454,
                                        skill = "Average",
                                        long = 0.65204490560714,
                                        x = -6945.5245019756,
                                        name = "СНГ ПВО #7",
                                        heading = 3.7295952571374,
                                        y = 243797.67596967,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 24,
                                        lat = 0.78520844595114,
                                        skill = "Average",
                                        long = 0.65202421773744,
                                        x = -6917.6755269924,
                                        name = "СНГ ПВО #8",
                                        heading = 3.7295952571374,
                                        y = 243702.4884539,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 25,
                                        lat = 0.78521794971473,
                                        skill = "Average",
                                        long = 0.65203273709621,
                                        x = -6855.0785986213,
                                        name = "СНГ ПВО #9",
                                        heading = 3.7295952571374,
                                        y = 243737.80081964,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 26,
                                        lat = 0.78522879502635,
                                        skill = "Average",
                                        long = 0.6520431889805,
                                        x = -6783.4671113081,
                                        name = "СНГ ПВО #10",
                                        heading = 3.7295952571374,
                                        y = 243781.39547495,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 27,
                                        lat = 0.78519061379663,
                                        skill = "Average",
                                        long = 0.65205842851716,
                                        x = -7022.8597649625,
                                        name = "СНГ ПВО #11",
                                        heading = 3.7295952571374,
                                        y = 243862.9992856,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 28,
                                        lat = 0.78519984232945,
                                        skill = "Average",
                                        long = 0.65206753038014,
                                        x = -6961.8729906166,
                                        name = "СНГ ПВО #12",
                                        heading = 3.7295952571374,
                                        y = 243901.03516916,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 29,
                                        lat = 0.7852110712691,
                                        skill = "Average",
                                        long = 0.65207737791645,
                                        x = -6887.9664733605,
                                        name = "СНГ ПВО #13",
                                        heading = 3.7295952571374,
                                        y = 243941.77140741,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 40,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7796135000302,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65943492343398,
                                            x = -40654.640572825,
                                            speed = 5.5555555555556,
                                            y = 279290.55499562,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 12,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 30,
                                        lat = 0.7796135000302,
                                        skill = "Average",
                                        long = 0.65943492343398,
                                        x = -40654.640572825,
                                        name = "Юнит #4",
                                        heading = 0,
                                        y = 279290.55499562,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 31,
                                        lat = 0.77959246386671,
                                        skill = "Average",
                                        long = 0.65941162630247,
                                        x = -40794.93392699,
                                        name = "Юнит #5",
                                        heading = 0,
                                        y = 279192.94373475,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО #003",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 25,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77793432894339,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66350281239042,
                                            x = -50234.352480167,
                                            speed = 5.5555555555556,
                                            y = 298431.60028315,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 13,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 32,
                                        lat = 0.77793432894339,
                                        skill = "Average",
                                        long = 0.66350281239042,
                                        x = -50234.352480167,
                                        name = "Юнит #6",
                                        heading = 0,
                                        y = 298431.60028315,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 33,
                                        lat = 0.77791901717016,
                                        skill = "Average",
                                        long = 0.66348381678332,
                                        x = -50337.290427089,
                                        name = "Юнит #7",
                                        heading = 0,
                                        y = 298351.27195476,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО #004",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 20,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78480118788789,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66323865229013,
                                            x = -6585.8430465842,
                                            speed = 5.5555555555556,
                                            y = 294536.99152676,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 14,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 34,
                                        lat = 0.78480118788789,
                                        skill = "Average",
                                        long = 0.66323865229013,
                                        x = -6585.8430465842,
                                        name = "Юнит #8",
                                        heading = 0,
                                        y = 294536.99152676,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 35,
                                        lat = 0.78476732260548,
                                        skill = "Average",
                                        long = 0.66318608355162,
                                        x = -6815.99204979,
                                        name = "Юнит #9",
                                        heading = 0,
                                        y = 294312.31030371,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО #005",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75818917507638,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69713732250551,
                                            x = -164711.5998968,
                                            speed = 5.5555555555556,
                                            y = 462150.05342898,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 15,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 36,
                                        lat = 0.75818917507638,
                                        skill = "Average",
                                        long = 0.69713732250551,
                                        x = -164711.5998968,
                                        name = "Юнит #10",
                                        heading = 0,
                                        y = 462150.05342898,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 37,
                                        lat = 0.75816323471751,
                                        skill = "Average",
                                        long = 0.69717373462459,
                                        x = -164862.78937763,
                                        name = "Юнит #11",
                                        heading = 0,
                                        y = 462333.25949666,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО #006",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 180,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77975405964794,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69876492670395,
                                            x = -26753.049101136,
                                            speed = 5.5555555555556,
                                            y = 457921.63976131,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 16,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 38,
                                        lat = 0.77975405964794,
                                        skill = "Average",
                                        long = 0.69876492670395,
                                        x = -26753.049101136,
                                        name = "Юнит #12",
                                        heading = 0,
                                        y = 457921.63976131,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 39,
                                        lat = 0.77979303759882,
                                        skill = "Average",
                                        long = 0.69882038816373,
                                        x = -26482.709027296,
                                        name = "Юнит #13",
                                        heading = 0,
                                        y = 458151.43374511,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО #007",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [8]
                            [9] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 34,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78606352925132,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68358033406541,
                                            x = 7811.6691645114,
                                            speed = 5.5555555555556,
                                            y = 385870.18712898,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 17,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 40,
                                        lat = 0.78606352925132,
                                        skill = "Average",
                                        long = 0.68358033406541,
                                        x = 7811.6691645114,
                                        name = "Юнит #14",
                                        heading = 0,
                                        y = 385870.18712898,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 41,
                                        lat = 0.78599402740224,
                                        skill = "Average",
                                        long = 0.68369444228382,
                                        x = 7408.238389831,
                                        name = "Юнит #15",
                                        heading = 0,
                                        y = 386420.00810775,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО #008",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [9]
                            [10] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78686720058012,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67963702737763,
                                            x = 11591.904862409,
                                            speed = 5.5555555555556,
                                            y = 367688.12102095,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 18,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 42,
                                        lat = 0.78686720058012,
                                        skill = "Average",
                                        long = 0.67963702737763,
                                        x = 11591.904862409,
                                        name = "Юнит #16",
                                        heading = 0,
                                        y = 367688.12102095,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 43,
                                        lat = 0.78685732374633,
                                        skill = "Average",
                                        long = 0.67976896919596,
                                        x = 11572.385616006,
                                        name = "Юнит #17",
                                        heading = 0,
                                        y = 368288.86790076,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО #009",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [10]
                            [11] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 56,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77946206617402,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65917967149713,
                                            x = -41688.417843693,
                                            speed = 5.5555555555556,
                                            y = 278187.62711039,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 19,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 44,
                                        lat = 0.77946206617402,
                                        skill = "Average",
                                        long = 0.65917967149713,
                                        x = -41688.417843693,
                                        name = "СНГ ПВО #009",
                                        heading = 3.7295952571374,
                                        y = 278187.62711039,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 45,
                                        lat = 0.77946728277483,
                                        skill = "Average",
                                        long = 0.65915900105881,
                                        x = -41660.833623813,
                                        name = "СНГ ПВО #14",
                                        heading = 3.7295952571374,
                                        y = 278091.76377609,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 46,
                                        lat = 0.77947678733161,
                                        skill = "Average",
                                        long = 0.65916746918134,
                                        x = -41598.007706685,
                                        name = "СНГ ПВО #15",
                                        heading = 3.7295952571374,
                                        y = 278126.71276757,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 47,
                                        lat = 0.77948763215128,
                                        skill = "Average",
                                        long = 0.65917786129123,
                                        x = -41526.123684864,
                                        name = "СНГ ПВО #16",
                                        heading = 3.7295952571374,
                                        y = 278169.9065413,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 48,
                                        lat = 0.77944935305744,
                                        skill = "Average",
                                        long = 0.65919321818735,
                                        x = -41765.675819302,
                                        name = "СНГ ПВО #17",
                                        heading = 3.7295952571374,
                                        y = 278253.90448117,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 49,
                                        lat = 0.77945858077334,
                                        skill = "Average",
                                        long = 0.65920226881464,
                                        x = -41704.453939445,
                                        name = "СНГ ПВО #18",
                                        heading = 3.7295952571374,
                                        y = 278291.60317573,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 50,
                                        lat = 0.77946981106798,
                                        skill = "Average",
                                        long = 0.6592120562045,
                                        x = -41630.280222382,
                                        name = "СНГ ПВО #19",
                                        heading = 3.7295952571374,
                                        y = 278331.90595478,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #010",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [11]
                            [12] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 79,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78144011913813,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65808220217985,
                                            x = -29381.430570617,
                                            speed = 5.5555555555556,
                                            y = 272464.09015603,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 20,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 51,
                                        lat = 0.78144011913813,
                                        skill = "Average",
                                        long = 0.65808220217985,
                                        x = -29381.430570617,
                                        name = "СНГ ПВО #20",
                                        heading = 2.3561944901923,
                                        y = 272464.09015603,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 52,
                                        lat = 0.78142669535379,
                                        skill = "Average",
                                        long = 0.65807096604615,
                                        x = -29469.808782159,
                                        name = "СНГ ПВО #21",
                                        heading = 2.3561944901923,
                                        y = 272418.03389333,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 53,
                                        lat = 0.78143447502923,
                                        skill = "Average",
                                        long = 0.65805955162737,
                                        x = -29423.22211646,
                                        name = "СНГ ПВО #22",
                                        heading = 2.3561944901923,
                                        y = 272363.26939961,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 54,
                                        lat = 0.78144386181227,
                                        skill = "Average",
                                        long = 0.65804667094399,
                                        x = -29366.781255254,
                                        name = "СНГ ПВО #23",
                                        heading = 2.3561944901923,
                                        y = 272301.24362826,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 55,
                                        lat = 0.78144709609188,
                                        skill = "Average",
                                        long = 0.65810235387442,
                                        x = -29331.79800773,
                                        name = "СНГ ПВО #24",
                                        heading = 2.3561944901923,
                                        y = 272553.05973564,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 56,
                                        lat = 0.78145522862595,
                                        skill = "Average",
                                        long = 0.65809143473284,
                                        x = -29282.836562417,
                                        name = "СНГ ПВО #25",
                                        heading = 2.3561944901923,
                                        y = 272500.4143234,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 57,
                                        lat = 0.78146426830389,
                                        skill = "Average",
                                        long = 0.65807790494242,
                                        x = -29228.773597684,
                                        name = "СНГ ПВО #26",
                                        heading = 2.3561944901923,
                                        y = 272435.56833122,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #011",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [12]
                            [13] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 56,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77983654379565,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6592410971374,
                                            x = -39287.23580455,
                                            speed = 5.5555555555556,
                                            y = 278322.40126614,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 21,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 58,
                                        lat = 0.77983654379565,
                                        skill = "Average",
                                        long = 0.6592410971374,
                                        x = -39287.23580455,
                                        name = "СНГ ПВО #27",
                                        heading = 1.8157749899218,
                                        y = 278322.40126614,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 59,
                                        lat = 0.77982092826589,
                                        skill = "Average",
                                        long = 0.65924115009693,
                                        x = -39386.651926399,
                                        name = "СНГ ПВО #28",
                                        heading = 1.8157749899218,
                                        y = 278328.70172209,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 60,
                                        lat = 0.77982340228031,
                                        skill = "Average",
                                        long = 0.65922574175634,
                                        x = -39375.096856029,
                                        name = "СНГ ПВО #29",
                                        heading = 1.8157749899218,
                                        y = 278257.7236327,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 61,
                                        lat = 0.77982671750852,
                                        skill = "Average",
                                        long = 0.65920785185821,
                                        x = -39358.861765484,
                                        name = "СНГ ПВО #30",
                                        heading = 1.8157749899218,
                                        y = 278175.43251481,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 62,
                                        lat = 0.77984986286622,
                                        skill = "Average",
                                        long = 0.65925331583704,
                                        x = -39199.09881095,
                                        name = "СНГ ПВО #31",
                                        heading = 1.8157749899218,
                                        y = 278372.80096762,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 63,
                                        lat = 0.7798528558905,
                                        skill = "Average",
                                        long = 0.65923803730669,
                                        x = -39184.203826408,
                                        name = "СНГ ПВО #32",
                                        heading = 1.8157749899218,
                                        y = 278302.46155132,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 64,
                                        lat = 0.77985566945607,
                                        skill = "Average",
                                        long = 0.65921985699436,
                                        x = -39171.242150024,
                                        name = "СНГ ПВО #33",
                                        heading = 1.8157749899218,
                                        y = 278219.04147899,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #012",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [13]
                            [14] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 25,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7778750912336,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66357640933298,
                                            x = -50590.455806289,
                                            speed = 5.5555555555556,
                                            y = 298789.18836529,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 22,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 65,
                                        lat = 0.7778750912336,
                                        skill = "Average",
                                        long = 0.66357640933298,
                                        x = -50590.455806289,
                                        name = "СНГ ПВО #34",
                                        heading = 3.4903636571737,
                                        y = 298789.18836529,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 66,
                                        lat = 0.77787666557749,
                                        skill = "Average",
                                        long = 0.66355460355563,
                                        x = -50586.678650889,
                                        name = "СНГ ПВО #35",
                                        heading = 3.4903636571737,
                                        y = 298689.48750246,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 67,
                                        lat = 0.7778873351938,
                                        skill = "Average",
                                        long = 0.66355967162983,
                                        x = -50517.289238377,
                                        name = "СНГ ПВО #36",
                                        heading = 3.4903636571737,
                                        y = 298708.34453217,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 68,
                                        lat = 0.77789963279443,
                                        skill = "Average",
                                        long = 0.66356616317436,
                                        x = -50437.126023151,
                                        name = "СНГ ПВО #37",
                                        heading = 3.4903636571737,
                                        y = 298733.03318943,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 69,
                                        lat = 0.77786502625281,
                                        skill = "Average",
                                        long = 0.6635937859134,
                                        x = -50649.564963409,
                                        name = "СНГ ПВО #38",
                                        heading = 3.4903636571737,
                                        y = 298872.08318187,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 70,
                                        lat = 0.77787552531684,
                                        skill = "Average",
                                        long = 0.6635995115933,
                                        x = -50581.073119133,
                                        name = "СНГ ПВО #39",
                                        heading = 3.4903636571737,
                                        y = 298893.99505799,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 71,
                                        lat = 0.77788809529479,
                                        skill = "Average",
                                        long = 0.6636052878903,
                                        x = -50499.380491843,
                                        name = "СНГ ПВО #40",
                                        heading = 3.4903636571737,
                                        y = 298915.32712727,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #013",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [14]
                            [15] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 57,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77814168815932,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66341606461677,
                                            x = -48938.871941619,
                                            speed = 5.5555555555556,
                                            y = 297956.33350587,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 23,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 72,
                                        lat = 0.77814168815932,
                                        skill = "Average",
                                        long = 0.66341606461677,
                                        x = -48938.871941619,
                                        name = "СНГ ПВО #41",
                                        heading = 0.78539816339745,
                                        y = 297956.33350587,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 73,
                                        lat = 0.77813368123494,
                                        skill = "Average",
                                        long = 0.6634349068481,
                                        x = -48984.45678202,
                                        name = "СНГ ПВО #42",
                                        heading = 0.78539816339745,
                                        y = 298045.08344269,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 74,
                                        lat = 0.77812554959738,
                                        skill = "Average",
                                        long = 0.66342398880152,
                                        x = -49039.361933894,
                                        name = "СНГ ПВО #43",
                                        heading = 0.78539816339745,
                                        y = 297998.65174628,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 75,
                                        lat = 0.77811637345842,
                                        skill = "Average",
                                        long = 0.66341081523735,
                                        x = -49101.564013735,
                                        name = "СНГ ПВО #44",
                                        heading = 0.78539816339745,
                                        y = 297942.37944276,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 76,
                                        lat = 0.7781560464933,
                                        skill = "Average",
                                        long = 0.66340626996528,
                                        x = -48850.253207018,
                                        name = "СНГ ПВО #45",
                                        heading = 0.78539816339745,
                                        y = 297906.21202412,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 77,
                                        lat = 0.77814826776669,
                                        skill = "Average",
                                        long = 0.66339485660963,
                                        x = -48903.053147563,
                                        name = "СНГ ПВО #46",
                                        heading = 0.78539816339745,
                                        y = 297857.39164597,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 78,
                                        lat = 0.77813862911753,
                                        skill = "Average",
                                        long = 0.66338217029506,
                                        x = -48968.06060705,
                                        name = "СНГ ПВО #47",
                                        heading = 0.78539816339745,
                                        y = 297803.51425974,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #014",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [15]
                            [16] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78489739849728,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66250880567416,
                                            x = -6172.2704674844,
                                            speed = 5.5555555555556,
                                            y = 291192.50923863,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 24,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 79,
                                        lat = 0.78489739849728,
                                        skill = "Average",
                                        long = 0.66250880567416,
                                        x = -6172.2704674844,
                                        name = "СНГ ПВО #48",
                                        heading = 3.8682349942715,
                                        y = 291192.50923863,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 80,
                                        lat = 0.78490456305916,
                                        skill = "Average",
                                        long = 0.66248937387496,
                                        x = -6131.9447942339,
                                        name = "СНГ ПВО #49",
                                        heading = 3.8682349942715,
                                        y = 291101.64875161,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 81,
                                        lat = 0.7849131629455,
                                        skill = "Average",
                                        long = 0.66249963645711,
                                        x = -6074.3891849425,
                                        name = "СНГ ПВО #50",
                                        heading = 3.8682349942715,
                                        y = 291144.76410326,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 82,
                                        lat = 0.78492290507462,
                                        skill = "Average",
                                        long = 0.66251206828952,
                                        x = -6008.969351436,
                                        name = "СНГ ПВО #51",
                                        heading = 3.8682349942715,
                                        y = 291197.26078605,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 83,
                                        lat = 0.78488349389501,
                                        skill = "Average",
                                        long = 0.66251970284052,
                                        x = -6257.8384514311,
                                        name = "СНГ ПВО #52",
                                        heading = 3.8682349942715,
                                        y = 291247.35186647,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 84,
                                        lat = 0.78489176323516,
                                        skill = "Average",
                                        long = 0.66253048734986,
                                        x = -6202.2453778815,
                                        name = "СНГ ПВО #53",
                                        heading = 3.8682349942715,
                                        y = 291292.96200488,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 85,
                                        lat = 0.78490194567444,
                                        skill = "Average",
                                        long = 0.66254239720625,
                                        x = -6134.1641037138,
                                        name = "СНГ ПВО #54",
                                        heading = 3.8682349942715,
                                        y = 291342.91839579,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #015",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [16]
                            [17] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 23,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78430158054988,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66368153515738,
                                            x = -9640.184663875,
                                            speed = 5.5555555555556,
                                            y = 296734.30490187,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 25,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 86,
                                        lat = 0.78430158054988,
                                        skill = "Average",
                                        long = 0.66368153515738,
                                        x = -9640.184663875,
                                        name = "СНГ ПВО #55",
                                        heading = 0.46364760900081,
                                        y = 296734.30490187,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 87,
                                        lat = 0.78429827232761,
                                        skill = "Average",
                                        long = 0.66370296256885,
                                        x = -9655.1105207568,
                                        name = "СНГ ПВО #56",
                                        heading = 0.46364760900081,
                                        y = 296832.40794164,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 88,
                                        lat = 0.78428809032894,
                                        skill = "Average",
                                        long = 0.66369617212599,
                                        x = -9721.8895342136,
                                        name = "СНГ ПВО #57",
                                        heading = 0.46364760900081,
                                        y = 296805.73609049,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 89,
                                        lat = 0.78427640680587,
                                        skill = "Average",
                                        long = 0.66368769899263,
                                        x = -9798.7115526563,
                                        name = "СНГ ПВО #58",
                                        heading = 0.46364760900081,
                                        y = 296772.05303623,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 90,
                                        lat = 0.78431295965585,
                                        skill = "Average",
                                        long = 0.66366590538256,
                                        x = -9572.2066863831,
                                        name = "СНГ ПВО #59",
                                        heading = 0.46364760900081,
                                        y = 296659.21895358,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 91,
                                        lat = 0.78430299955489,
                                        skill = "Average",
                                        long = 0.66365848893408,
                                        x = -9637.752130067,
                                        name = "СНГ ПВО #60",
                                        heading = 0.46364760900081,
                                        y = 296629.63173903,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 92,
                                        lat = 0.78429098847469,
                                        skill = "Average",
                                        long = 0.66365068242692,
                                        x = -9716.4688625801,
                                        name = "СНГ ПВО #61",
                                        heading = 0.46364760900081,
                                        y = 296599.08911898,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #016",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [17]
                            [18] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 189,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77951594955852,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69913318385996,
                                            x = -28122.179056268,
                                            speed = 5.5555555555556,
                                            y = 459729.45402476,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 26,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 93,
                                        lat = 0.77951594955852,
                                        skill = "Average",
                                        long = 0.69913318385996,
                                        x = -28122.179056268,
                                        name = "СНГ ПВО #62",
                                        heading = 0.46364760900081,
                                        y = 459729.45402476,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 94,
                                        lat = 0.77951260169435,
                                        skill = "Average",
                                        long = 0.69915459746069,
                                        x = -28134.946234698,
                                        name = "СНГ ПВО #63",
                                        heading = 0.46364760900081,
                                        y = 459828.59730518,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 95,
                                        lat = 0.77950241921358,
                                        skill = "Average",
                                        long = 0.69914784850356,
                                        x = -28202.479350694,
                                        name = "СНГ ПВО #64",
                                        heading = 0.46364760900081,
                                        y = 459803.51768524,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 96,
                                        lat = 0.77949073627559,
                                        skill = "Average",
                                        long = 0.69913942376049,
                                        x = -28280.235971992,
                                        name = "СНГ ПВО #65",
                                        heading = 0.46364760900081,
                                        y = 459771.64659171,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 97,
                                        lat = 0.779527367995,
                                        skill = "Average",
                                        long = 0.6991175345324,
                                        x = -28055.719789456,
                                        name = "СНГ ПВО #66",
                                        heading = 0.46364760900081,
                                        y = 459652.07491922,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 98,
                                        lat = 0.77951740871556,
                                        skill = "Average",
                                        long = 0.69911015955928,
                                        x = -28122.081621137,
                                        name = "СНГ ПВО #67",
                                        heading = 0.46364760900081,
                                        y = 459624.02811116,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 99,
                                        lat = 0.77950539672622,
                                        skill = "Average",
                                        long = 0.69910240175502,
                                        x = -28201.667198362,
                                        name = "СНГ ПВО #68",
                                        heading = 0.46364760900081,
                                        y = 459595.36825716,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #017",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [18]
                            [19] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 174,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78012294344397,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6986357255344,
                                            x = -24455.761535712,
                                            speed = 5.5555555555556,
                                            y = 457128.26180297,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 27,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 100,
                                        lat = 0.78012294344397,
                                        skill = "Average",
                                        long = 0.6986357255344,
                                        x = -24455.761535712,
                                        name = "СНГ ПВО #69",
                                        heading = 3.9745739202642,
                                        y = 457128.26180297,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 101,
                                        lat = 0.78013154831859,
                                        skill = "Average",
                                        long = 0.69861742462966,
                                        x = -24408.277668875,
                                        name = "СНГ ПВО #70",
                                        heading = 3.9745739202642,
                                        y = 457040.60633642,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 102,
                                        lat = 0.78013929856826,
                                        skill = "Average",
                                        long = 0.69862890667824,
                                        x = -24354.342727101,
                                        name = "СНГ ПВО #71",
                                        heading = 3.9745739202642,
                                        y = 457088.36398873,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 103,
                                        lat = 0.78014801626658,
                                        skill = "Average",
                                        long = 0.69864271709428,
                                        x = -24293.317765641,
                                        name = "СНГ ПВО #72",
                                        heading = 3.9745739202642,
                                        y = 457146.13865302,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 104,
                                        lat = 0.78010830215056,
                                        skill = "Average",
                                        long = 0.69864453808571,
                                        x = -24545.471356121,
                                        name = "СНГ ПВО #73",
                                        heading = 3.9745739202642,
                                        y = 457176.24943615,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 105,
                                        lat = 0.78011568416017,
                                        skill = "Average",
                                        long = 0.69865649142516,
                                        x = -24493.692997485,
                                        name = "СНГ ПВО #74",
                                        heading = 3.9745739202642,
                                        y = 457226.34513916,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 106,
                                        lat = 0.7801248791331,
                                        skill = "Average",
                                        long = 0.69866984614558,
                                        x = -24429.810944838,
                                        name = "СНГ ПВО #75",
                                        heading = 3.9745739202642,
                                        y = 457281.79239619,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #018",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [19]
                            [20] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75814484700097,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69711980610432,
                                            x = -165000.63010072,
                                            speed = 5.5555555555556,
                                            y = 462092.45015854,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 28,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 107,
                                        lat = 0.75814484700097,
                                        skill = "Average",
                                        long = 0.69711980610432,
                                        x = -165000.63010072,
                                        name = "СНГ ПВО #76",
                                        heading = 3.9745739202642,
                                        y = 462092.45015854,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 108,
                                        lat = 0.75815372841608,
                                        skill = "Average",
                                        long = 0.69710165677172,
                                        x = -164951.05185732,
                                        name = "СНГ ПВО #77",
                                        heading = 3.9745739202642,
                                        y = 462003.30825125,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 109,
                                        lat = 0.758161510994,
                                        skill = "Average",
                                        long = 0.69711284750799,
                                        x = -164897.18599218,
                                        name = "СНГ ПВО #78",
                                        heading = 3.9745739202642,
                                        y = 462051.14677612,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 110,
                                        lat = 0.75817025811864,
                                        skill = "Average",
                                        long = 0.69712631655421,
                                        x = -164836.30131784,
                                        name = "СНГ ПВО #79",
                                        heading = 3.9745739202642,
                                        y = 462109.05784785,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 111,
                                        lat = 0.75812990821445,
                                        skill = "Average",
                                        long = 0.69712870232043,
                                        x = -165092.34236274,
                                        name = "СНГ ПВО #80",
                                        heading = 3.9745739202642,
                                        y = 462141.83355798,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 112,
                                        lat = 0.75813731313522,
                                        skill = "Average",
                                        long = 0.69714036263253,
                                        x = -165040.70090004,
                                        name = "СНГ ПВО #81",
                                        heading = 3.9745739202642,
                                        y = 462192.05791173,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 113,
                                        lat = 0.75814654853749,
                                        skill = "Average",
                                        long = 0.69715337583252,
                                        x = -164976.88208231,
                                        name = "СНГ ПВО #82",
                                        heading = 3.9745739202642,
                                        y = 462247.58752702,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #019",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [20]
                            [21] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 110,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7579770738744,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69794258595771,
                                            x = -165752.58074,
                                            speed = 5.5555555555556,
                                            y = 466007.38085888,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 29,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 114,
                                        lat = 0.7579770738744,
                                        skill = "Average",
                                        long = 0.69794258595771,
                                        x = -165752.58074,
                                        name = "СНГ ПВО #83",
                                        heading = 0.40489178628508,
                                        y = 466007.38085888,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 115,
                                        lat = 0.75797449902763,
                                        skill = "Average",
                                        long = 0.6979641614514,
                                        x = -165760.67928185,
                                        name = "СНГ ПВО #84",
                                        heading = 0.40489178628508,
                                        y = 466109.06023474,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 116,
                                        lat = 0.75796403334896,
                                        skill = "Average",
                                        long = 0.69795839956081,
                                        x = -165829.54369158,
                                        name = "СНГ ПВО #85",
                                        heading = 0.40489178628508,
                                        y = 466087.9001552,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 117,
                                        lat = 0.75795200051312,
                                        skill = "Average",
                                        long = 0.69795111202382,
                                        x = -165908.97498788,
                                        name = "СНГ ПВО #86",
                                        heading = 0.40489178628508,
                                        y = 466060.49021251,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 118,
                                        lat = 0.75798795896742,
                                        skill = "Average",
                                        long = 0.69792598953757,
                                        x = -165689.64524468,
                                        name = "СНГ ПВО #87",
                                        heading = 0.40489178628508,
                                        y = 465924.38096387,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 119,
                                        lat = 0.75797769433255,
                                        skill = "Average",
                                        long = 0.69791958532077,
                                        x = -165757.47641814,
                                        name = "СНГ ПВО #88",
                                        heading = 0.40489178628508,
                                        y = 465900.12692755,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 120,
                                        lat = 0.75796535573003,
                                        skill = "Average",
                                        long = 0.6979129905292,
                                        x = -165838.58846015,
                                        name = "СНГ ПВО #89",
                                        heading = 0.40489178628508,
                                        y = 465876.10160102,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #020",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [21]
                            [22] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 62,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75867953491979,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69769482626471,
                                            x = -161374.42358552,
                                            speed = 5.5555555555556,
                                            y = 464478.1242488,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 30,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 121,
                                        lat = 0.75867953491979,
                                        skill = "Average",
                                        long = 0.69769482626471,
                                        x = -161374.42358552,
                                        name = "СНГ ПВО #90",
                                        heading = 0.40489178628508,
                                        y = 464478.1242488,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 122,
                                        lat = 0.75867696007302,
                                        skill = "Average",
                                        long = 0.6977164017584,
                                        x = -161382.52212737,
                                        name = "СНГ ПВО #91",
                                        heading = 0.40489178628508,
                                        y = 464579.80362466,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 123,
                                        lat = 0.75866649439436,
                                        skill = "Average",
                                        long = 0.69771063986781,
                                        x = -161451.38653704,
                                        name = "СНГ ПВО #92",
                                        heading = 0.40489178628508,
                                        y = 464558.64354511,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 124,
                                        lat = 0.75865446155851,
                                        skill = "Average",
                                        long = 0.69770335233082,
                                        x = -161530.8178334,
                                        name = "СНГ ПВО #93",
                                        heading = 0.40489178628508,
                                        y = 464531.23360243,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 125,
                                        lat = 0.75869042001281,
                                        skill = "Average",
                                        long = 0.69767822984457,
                                        x = -161311.4880902,
                                        name = "СНГ ПВО #94",
                                        heading = 0.40489178628508,
                                        y = 464395.1243538,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 126,
                                        lat = 0.75868015537794,
                                        skill = "Average",
                                        long = 0.69767182562777,
                                        x = -161379.31926366,
                                        name = "СНГ ПВО #95",
                                        heading = 0.40489178628508,
                                        y = 464370.87031747,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 127,
                                        lat = 0.75866781677542,
                                        skill = "Average",
                                        long = 0.6976652308362,
                                        x = -161460.43130568,
                                        name = "СНГ ПВО #96",
                                        heading = 0.40489178628508,
                                        y = 464346.84499095,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #021",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [22]
                            [23] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 320,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.771916735708,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75181482828721,
                                            x = -51156.205014752,
                                            speed = 5.5555555555556,
                                            y = 705149.01101653,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 31,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 128,
                                        lat = 0.771916735708,
                                        skill = "Average",
                                        long = 0.75181482828721,
                                        x = -51156.205014752,
                                        name = "Юнит #1",
                                        heading = 0,
                                        y = 705149.01101653,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 129,
                                        lat = 0.77188313142868,
                                        skill = "Average",
                                        long = 0.75188360082916,
                                        x = -51330.985299231,
                                        name = "Юнит #18",
                                        heading = 0,
                                        y = 705489.70174935,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО #022",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [23]
                            [24] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75941040686273,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76160734625243,
                                            x = -125101.29994561,
                                            speed = 5.5555555555556,
                                            y = 760373.01573918,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 32,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 130,
                                        lat = 0.75941040686273,
                                        skill = "Average",
                                        long = 0.76160734625243,
                                        x = -125101.29994561,
                                        name = "Юнит #19",
                                        heading = 0,
                                        y = 760373.01573918,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 131,
                                        lat = 0.75942092670564,
                                        skill = "Average",
                                        long = 0.76164227868182,
                                        x = -125013.36008168,
                                        name = "Юнит #20",
                                        heading = 0,
                                        y = 760526.2463269,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО #023",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [24]
                            [25] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75953032286179,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76169684236662,
                                            x = -124283.75368558,
                                            speed = 5.5555555555556,
                                            y = 760688.06590398,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 33,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 132,
                                        lat = 0.75953032286179,
                                        skill = "Average",
                                        long = 0.76169684236662,
                                        x = -124283.75368558,
                                        name = "СНГ ПВО #023",
                                        heading = 1.0516502125484,
                                        y = 760688.06590398,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 133,
                                        lat = 0.75951881454016,
                                        skill = "Average",
                                        long = 0.76171192462435,
                                        x = -124348.03661208,
                                        name = "СНГ ПВО #97",
                                        heading = 1.0516502125484,
                                        y = 760767.60840351,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 134,
                                        lat = 0.7595129861051,
                                        skill = "Average",
                                        long = 0.76169865316614,
                                        x = -124393.11608646,
                                        name = "СНГ ПВО #98",
                                        heading = 1.0516502125484,
                                        y = 760710.92085414,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 135,
                                        lat = 0.75950657533005,
                                        skill = "Average",
                                        long = 0.76168286548578,
                                        x = -124443.41244838,
                                        name = "СНГ ПВО #99",
                                        heading = 1.0516502125484,
                                        y = 760643.04965341,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 136,
                                        lat = 0.75954628228813,
                                        skill = "Average",
                                        long = 0.76169262053774,
                                        x = -124184.60979942,
                                        name = "СНГ ПВО #100",
                                        heading = 1.0516502125484,
                                        y = 760655.17809027,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 137,
                                        lat = 0.75954089574635,
                                        skill = "Average",
                                        long = 0.76167900315412,
                                        x = -124227.08129141,
                                        name = "СНГ ПВО #101",
                                        heading = 1.0516502125484,
                                        y = 760596.51777669,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 138,
                                        lat = 0.75953393740427,
                                        skill = "Average",
                                        long = 0.76166351483918,
                                        x = -124280.68673438,
                                        name = "СНГ ПВО #102",
                                        heading = 1.0516502125484,
                                        y = 760530.49153452,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #024",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [25]
                            [26] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 451,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75909535337591,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7621260258011,
                                            x = -126797.79546467,
                                            speed = 5.5555555555556,
                                            y = 763038.43496349,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 34,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 139,
                                        lat = 0.75909535337591,
                                        skill = "Average",
                                        long = 0.7621260258011,
                                        x = -126797.79546467,
                                        name = "СНГ ПВО #103",
                                        heading = 3.241261306081,
                                        y = 763038.43496349,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 140,
                                        lat = 0.7590930733762,
                                        skill = "Average",
                                        long = 0.76210436839805,
                                        x = -126825.29201569,
                                        name = "СНГ ПВО #104",
                                        heading = 3.241261306081,
                                        y = 762939.84675186,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 141,
                                        lat = 0.75910431009675,
                                        skill = "Average",
                                        long = 0.76210556138789,
                                        x = -126752.98900986,
                                        name = "СНГ ПВО #105",
                                        heading = 3.241261306081,
                                        y = 762936.25961966,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 142,
                                        lat = 0.75911737485677,
                                        skill = "Average",
                                        long = 0.76210756582171,
                                        x = -126668.55368682,
                                        name = "СНГ ПВО #106",
                                        heading = 3.241261306081,
                                        y = 762934.95200845,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 143,
                                        lat = 0.75908862228131,
                                        skill = "Average",
                                        long = 0.76214635035992,
                                        x = -126828.50633995,
                                        name = "СНГ ПВО #107",
                                        heading = 3.241261306081,
                                        y = 763138.15539137,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 144,
                                        lat = 0.75909980835263,
                                        skill = "Average",
                                        long = 0.76214823931331,
                                        x = -126756.10919907,
                                        name = "СНГ ПВО #108",
                                        heading = 3.241261306081,
                                        y = 763137.83697627,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 145,
                                        lat = 0.75911301248915,
                                        skill = "Average",
                                        long = 0.76214945654501,
                                        x = -126671.25737818,
                                        name = "СНГ ПВО #109",
                                        heading = 3.241261306081,
                                        y = 763132.7655074,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #025",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [26]
                            [27] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 451,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75961153487062,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76109452209749,
                                            x = -124127.11276804,
                                            speed = 5.5555555555556,
                                            y = 757827.01435706,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 35,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 146,
                                        lat = 0.75961153487062,
                                        skill = "Average",
                                        long = 0.76109452209749,
                                        x = -124127.11276804,
                                        name = "СНГ ПВО #110",
                                        heading = 3.241261306081,
                                        y = 757827.01435706,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 147,
                                        lat = 0.75960925293318,
                                        skill = "Average",
                                        long = 0.76107287176818,
                                        x = -124154.61682262,
                                        name = "СНГ ПВО #111",
                                        heading = 3.241261306081,
                                        y = 757728.51140862,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 148,
                                        lat = 0.75962049350999,
                                        skill = "Average",
                                        long = 0.76107406549952,
                                        x = -124082.29178529,
                                        name = "СНГ ПВО #112",
                                        heading = 3.241261306081,
                                        y = 757724.67393017,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 149,
                                        lat = 0.75963356278693,
                                        skill = "Average",
                                        long = 0.76107607058722,
                                        x = -123997.8307591,
                                        name = "СНГ ПВО #113",
                                        heading = 3.241261306081,
                                        y = 757723.07425171,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 150,
                                        lat = 0.75960480260099,
                                        skill = "Average",
                                        long = 0.76111483911483,
                                        x = -124157.83386086,
                                        name = "СНГ ПВО #114",
                                        heading = 3.241261306081,
                                        y = 757926.85088802,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 151,
                                        lat = 0.75961599254902,
                                        skill = "Average",
                                        long = 0.76111672856981,
                                        x = -124085.41468846,
                                        name = "СНГ ПВО #115",
                                        heading = 3.241261306081,
                                        y = 757926.28212644,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 152,
                                        lat = 0.75962920120702,
                                        skill = "Average",
                                        long = 0.76111794673512,
                                        x = -124000.53700479,
                                        name = "СНГ ПВО #116",
                                        heading = 3.241261306081,
                                        y = 757920.91677582,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #026",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [27]
                            [28] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 435,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77216772014538,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75124027434642,
                                            x = -49885.545707821,
                                            speed = 5.5555555555556,
                                            y = 702326.06179216,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 36,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 153,
                                        lat = 0.77216772014538,
                                        skill = "Average",
                                        long = 0.75124027434642,
                                        x = -49885.545707821,
                                        name = "СНГ ПВО #117",
                                        heading = 4.9310579262586,
                                        y = 702326.06179216,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 154,
                                        lat = 0.7721834403089,
                                        skill = "Average",
                                        long = 0.75123962582564,
                                        x = -49785.799916741,
                                        name = "СНГ ПВО #118",
                                        heading = 4.9310579262586,
                                        y = 702310.77858545,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 155,
                                        lat = 0.77218122104745,
                                        skill = "Average",
                                        long = 0.75125502499158,
                                        x = -49791.14880186,
                                        name = "СНГ ПВО #119",
                                        heading = 4.9310579262586,
                                        y = 702382.90681712,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 156,
                                        lat = 0.77217820054591,
                                        skill = "Average",
                                        long = 0.75127285798184,
                                        x = -49800.212059291,
                                        name = "СНГ ПВО #120",
                                        heading = 4.9310579262586,
                                        y = 702466.78786795,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 157,
                                        lat = 0.77215404788559,
                                        skill = "Average",
                                        long = 0.75122861726206,
                                        x = -49979.269145183,
                                        name = "СНГ ПВО #121",
                                        heading = 4.9310579262586,
                                        y = 702283.49162635,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 158,
                                        lat = 0.77215133854756,
                                        skill = "Average",
                                        long = 0.75124386592685,
                                        x = -49987.824998202,
                                        name = "СНГ ПВО #122",
                                        heading = 4.9310579262586,
                                        y = 702355.3159617,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 159,
                                        lat = 0.77214886237191,
                                        skill = "Average",
                                        long = 0.75126198265125,
                                        x = -49993.259789173,
                                        name = "СНГ ПВО #123",
                                        heading = 4.9310579262586,
                                        y = 702440.06740148,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #027",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [28]
                            [29] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 345,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77263366399436,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75243441574458,
                                            x = -46236.905493509,
                                            speed = 5.5555555555556,
                                            y = 707419.31892791,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 37,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 160,
                                        lat = 0.77263366399436,
                                        skill = "Average",
                                        long = 0.75243441574458,
                                        x = -46236.905493509,
                                        name = "СНГ ПВО #124",
                                        heading = 4.9310579262586,
                                        y = 707419.31892791,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 161,
                                        lat = 0.77264938415787,
                                        skill = "Average",
                                        long = 0.7524337672238,
                                        x = -46137.159702493,
                                        name = "СНГ ПВО #125",
                                        heading = 4.9310579262586,
                                        y = 707404.03572121,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 162,
                                        lat = 0.77264716489643,
                                        skill = "Average",
                                        long = 0.75244916638973,
                                        x = -46142.508587554,
                                        name = "СНГ ПВО #126",
                                        heading = 4.9310579262586,
                                        y = 707476.16395282,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 163,
                                        lat = 0.77264414439488,
                                        skill = "Average",
                                        long = 0.75246699938,
                                        x = -46151.571845043,
                                        name = "СНГ ПВО #127",
                                        heading = 4.9310579262586,
                                        y = 707560.04500371,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 164,
                                        lat = 0.77261999173456,
                                        skill = "Average",
                                        long = 0.75242275866022,
                                        x = -46330.628930935,
                                        name = "СНГ ПВО #128",
                                        heading = 4.9310579262586,
                                        y = 707376.74876211,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 165,
                                        lat = 0.77261728239653,
                                        skill = "Average",
                                        long = 0.75243800732501,
                                        x = -46339.184783954,
                                        name = "СНГ ПВО #129",
                                        heading = 4.9310579262586,
                                        y = 707448.57309745,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 166,
                                        lat = 0.77261480622088,
                                        skill = "Average",
                                        long = 0.7524561240494,
                                        x = -46344.619574931,
                                        name = "СНГ ПВО #130",
                                        heading = 4.9310579262586,
                                        y = 707533.32453719,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #028",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [29]
                            [30] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 314,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77149352032708,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7536186535324,
                                            x = -52822.562843406,
                                            speed = 5.5555555555556,
                                            y = 713754.8173544,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 38,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 167,
                                        lat = 0.77149352032708,
                                        skill = "Average",
                                        long = 0.7536186535324,
                                        x = -52822.562843406,
                                        name = "СНГ ПВО #131",
                                        heading = 4.9310579262586,
                                        y = 713754.8173544,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 168,
                                        lat = 0.77150926440021,
                                        skill = "Average",
                                        long = 0.75361808964716,
                                        x = -52722.61553594,
                                        name = "СНГ ПВО #132",
                                        heading = 4.9310579262586,
                                        y = 713739.57956067,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 169,
                                        lat = 0.77150708381431,
                                        skill = "Average",
                                        long = 0.75363345211199,
                                        x = -52727.739790267,
                                        name = "СНГ ПВО #133",
                                        heading = 4.9310579262586,
                                        y = 713811.75841433,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 170,
                                        lat = 0.77150410736473,
                                        skill = "Average",
                                        long = 0.75365124020524,
                                        x = -52736.548996278,
                                        name = "СНГ ПВО #134",
                                        heading = 4.9310579262586,
                                        y = 713895.69671729,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 171,
                                        lat = 0.77147979370028,
                                        skill = "Average",
                                        long = 0.75360694260009,
                                        x = -52916.663595893,
                                        name = "СНГ ПВО #135",
                                        heading = 4.9310579262586,
                                        y = 713712.16215824,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 172,
                                        lat = 0.77147712182344,
                                        skill = "Average",
                                        long = 0.7536221522013,
                                        x = -52925.003922901,
                                        name = "СНГ ПВО #136",
                                        heading = 4.9310579262586,
                                        y = 713784.03506371,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 173,
                                        lat = 0.77147469136878,
                                        skill = "Average",
                                        long = 0.75364022646416,
                                        x = -52930.172622449,
                                        name = "СНГ ПВО #137",
                                        heading = 4.9310579262586,
                                        y = 713868.84646889,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #029",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [30]
                            [31] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 79,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7849535958369,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68057007695669,
                                            x = -286.16889865976,
                                            speed = 5.5555555555556,
                                            y = 372808.1662737,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 39,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "S-300PS 64H6E sr",
                                        CLSID = "{3F127663-E479-4B8D-855B-7C4F6E9310EA}",
                                        unitId = 174,
                                        lat = 0.7849535958369,
                                        skill = "Average",
                                        long = 0.68057007695669,
                                        x = -286.16889865976,
                                        name = "СНГ ПВО #138",
                                        heading = 3.4198923125949,
                                        y = 372808.1662737,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "S-300PS 40B6M tr",
                                        CLSID = "{0626F96A-FDFB-42D3-ADE5-A0415690BF5E}",
                                        unitId = 175,
                                        lat = 0.78497859792925,
                                        skill = "Average",
                                        long = 0.68057971373441,
                                        x = -123.80129348487,
                                        name = "СНГ ПВО #139",
                                        heading = 3.4198923125949,
                                        y = 372840.01444891,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "S-300PS 54K6 cp",
                                        CLSID = "{1C4F9C25-EDBD-429e-B95A-083ABFE82B95}",
                                        unitId = 176,
                                        lat = 0.78498415701662,
                                        skill = "Average",
                                        long = 0.68060523428161,
                                        x = -80.015057026409,
                                        name = "СНГ ПВО #140",
                                        heading = -1.4168516623366,
                                        y = 372953.01753446,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 177,
                                        lat = 0.78496339279611,
                                        skill = "Average",
                                        long = 0.68055959770857,
                                        x = -227.23181343637,
                                        name = "СНГ ПВО #141",
                                        heading = 1.8490959858,
                                        y = 372756.05672321,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 178,
                                        lat = 0.78496460330067,
                                        skill = "Average",
                                        long = 0.68056101080929,
                                        x = -219.05946620647,
                                        name = "СНГ ПВО #142",
                                        heading = 1.8490959858,
                                        y = 372761.88726196,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 179,
                                        lat = 0.7849658370668,
                                        skill = "Average",
                                        long = 0.6805623095221,
                                        x = -210.77660273388,
                                        name = "СНГ ПВО #143",
                                        heading = 1.8490959858,
                                        y = 372767.18853287,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 180,
                                        lat = 0.78496699323845,
                                        skill = "Average",
                                        long = 0.68056355651361,
                                        x = -203.00482064299,
                                        name = "СНГ ПВО #144",
                                        heading = 1.8490959858,
                                        y = 372772.292129,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 181,
                                        lat = 0.78495821511802,
                                        skill = "Average",
                                        long = 0.68058462312676,
                                        x = -251.97427388653,
                                        name = "СНГ ПВО #145",
                                        heading = -1.2924966677898,
                                        y = 372871.89009717,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 182,
                                        lat = 0.78495979656794,
                                        skill = "Average",
                                        long = 0.68058421228836,
                                        x = -242.03950069193,
                                        name = "СНГ ПВО #146",
                                        heading = -1.2924966677898,
                                        y = 372869.28133318,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 183,
                                        lat = 0.78496127069383,
                                        skill = "Average",
                                        long = 0.68058389590831,
                                        x = -232.75705934688,
                                        name = "СНГ ПВО #147",
                                        heading = -1.2924966677898,
                                        y = 372867.15126263,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 184,
                                        lat = 0.78496277194845,
                                        skill = "Average",
                                        long = 0.68058344612675,
                                        x = -223.34572780319,
                                        name = "СНГ ПВО #148",
                                        heading = -1.2924966677898,
                                        y = 372864.40394884,
                                    }, -- end of [11]
                                }, -- end of units
                                name = "СНГ ПВО #030",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [31]
                            [32] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78759573917851,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67843576092712,
                                            x = 15835.976858901,
                                            speed = 5.5555555555556,
                                            y = 361931.53973438,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 40,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "S-300PS 64H6E sr",
                                        CLSID = "{3F127663-E479-4B8D-855B-7C4F6E9310EA}",
                                        unitId = 185,
                                        lat = 0.78759573917851,
                                        skill = "Average",
                                        long = 0.67843576092712,
                                        x = 15835.976858901,
                                        name = "СНГ ПВО #149",
                                        heading = 3.4198923125949,
                                        y = 361931.53973438,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "S-300PS 40B6M tr",
                                        CLSID = "{0626F96A-FDFB-42D3-ADE5-A0415690BF5E}",
                                        unitId = 186,
                                        lat = 0.78762071727174,
                                        skill = "Average",
                                        long = 0.67844545373422,
                                        x = 15998.209963527,
                                        name = "СНГ ПВО #150",
                                        heading = 3.4198923125949,
                                        y = 361963.85879555,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "S-300PS 54K6 cp",
                                        CLSID = "{1C4F9C25-EDBD-429e-B95A-083ABFE82B95}",
                                        unitId = 187,
                                        lat = 0.78762629149477,
                                        skill = "Average",
                                        long = 0.67847101714499,
                                        x = 16042.106316164,
                                        name = "СНГ ПВО #151",
                                        heading = 4.866333644843,
                                        y = 362076.47538393,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 188,
                                        lat = 0.78760551425049,
                                        skill = "Average",
                                        long = 0.67842528509304,
                                        x = 15894.775858104,
                                        name = "СНГ ПВО #152",
                                        heading = 1.8490959858,
                                        y = 361879.91422071,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 189,
                                        lat = 0.78760672442197,
                                        skill = "Average",
                                        long = 0.67842670213755,
                                        x = 15902.947362565,
                                        name = "СНГ ПВО #153",
                                        heading = 1.8490959858,
                                        y = 361885.7476703,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 190,
                                        lat = 0.78760795772466,
                                        skill = "Average",
                                        long = 0.67842800468586,
                                        x = 15911.228519233,
                                        name = "СНГ ПВО #154",
                                        heading = 1.8490959858,
                                        y = 361891.05488205,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 191,
                                        lat = 0.78760911348826,
                                        skill = "Average",
                                        long = 0.67842925531059,
                                        x = 15918.998881349,
                                        name = "СНГ ПВО #155",
                                        heading = 1.8490959858,
                                        y = 361896.16341585,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 192,
                                        lat = 0.78760036520446,
                                        skill = "Average",
                                        long = 0.6784503340523,
                                        x = 15870.223094209,
                                        name = "СНГ ПВО #156",
                                        heading = 4.9906886393898,
                                        y = 361995.082334,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 193,
                                        lat = 0.78760194424282,
                                        skill = "Average",
                                        long = 0.67844992543077,
                                        x = 15880.143248216,
                                        name = "СНГ ПВО #157",
                                        heading = 4.9906886393898,
                                        y = 361992.52479444,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 194,
                                        lat = 0.78760341617912,
                                        skill = "Average",
                                        long = 0.67844961120373,
                                        x = 15889.412461321,
                                        name = "СНГ ПВО #158",
                                        heading = 4.9906886393898,
                                        y = 361990.4410731,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 195,
                                        lat = 0.78760491509212,
                                        skill = "Average",
                                        long = 0.67844916344888,
                                        x = 15898.809556957,
                                        name = "СНГ ПВО #159",
                                        heading = 4.9906886393898,
                                        y = 361987.74364216,
                                    }, -- end of [11]
                                }, -- end of units
                                name = "СНГ ПВО #031",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [32]
                            [33] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 13,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74801964063622,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71756754078577,
                                            x = -220866.84355014,
                                            speed = 5.5555555555556,
                                            y = 563277.32072603,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 48,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 233,
                                        lat = 0.74801964063622,
                                        skill = "Average",
                                        long = 0.71756754078577,
                                        x = -220866.84355014,
                                        name = "СНГ ПВО #035",
                                        heading = 3.0090411212931,
                                        y = 563277.32072603,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 234,
                                        lat = 0.74801377185188,
                                        skill = "Average",
                                        long = 0.7175471771367,
                                        x = -220913.49279936,
                                        name = "СНГ ПВО #169",
                                        heading = 3.0090411212931,
                                        y = 563185.54562236,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 235,
                                        lat = 0.74802490592336,
                                        skill = "Average",
                                        long = 0.71754480733671,
                                        x = -220843.64987668,
                                        name = "СНГ ПВО #170",
                                        heading = 3.0090411212931,
                                        y = 563167.43345776,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 236,
                                        lat = 0.74803795539312,
                                        skill = "Average",
                                        long = 0.71754265291399,
                                        x = -220761.50832843,
                                        name = "СНГ ПВО #171",
                                        heading = 3.0090411212931,
                                        y = 563149.12637136,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 237,
                                        lat = 0.74801651724338,
                                        skill = "Average",
                                        long = 0.71758943873496,
                                        x = -220876.77407829,
                                        name = "СНГ ПВО #172",
                                        heading = 3.0090411212931,
                                        y = 563381.94404712,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 238,
                                        lat = 0.74802771934122,
                                        skill = "Average",
                                        long = 0.71758776226294,
                                        x = -220806.18234367,
                                        name = "СНГ ПВО #173",
                                        heading = 3.0090411212931,
                                        y = 563367.03946503,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 239,
                                        lat = 0.74804077173507,
                                        skill = "Average",
                                        long = 0.71758479782435,
                                        x = -220724.39076952,
                                        name = "СНГ ПВО #174",
                                        heading = 3.0090411212931,
                                        y = 563344.93313401,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #036",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [33]
                            [34] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 13,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74784824881543,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71796636094454,
                                            x = -221777.08329007,
                                            speed = 5.5555555555556,
                                            y = 565254.80585321,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 49,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 240,
                                        lat = 0.74784824881543,
                                        skill = "Average",
                                        long = 0.71796636094454,
                                        x = -221777.08329007,
                                        name = "СНГ ПВО #175",
                                        heading = 3.0090411212931,
                                        y = 565254.80585321,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 241,
                                        lat = 0.74784238003109,
                                        skill = "Average",
                                        long = 0.71794599729547,
                                        x = -221823.7325393,
                                        name = "СНГ ПВО #176",
                                        heading = 3.0090411212931,
                                        y = 565163.03074954,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 242,
                                        lat = 0.74785351410257,
                                        skill = "Average",
                                        long = 0.71794362749548,
                                        x = -221753.88961661,
                                        name = "СНГ ПВО #177",
                                        heading = 3.0090411212931,
                                        y = 565144.91858494,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 243,
                                        lat = 0.74786656357233,
                                        skill = "Average",
                                        long = 0.71794147307276,
                                        x = -221671.74806837,
                                        name = "СНГ ПВО #178",
                                        heading = 3.0090411212931,
                                        y = 565126.61149854,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 244,
                                        lat = 0.74784512542259,
                                        skill = "Average",
                                        long = 0.71798825889372,
                                        x = -221787.01381822,
                                        name = "СНГ ПВО #179",
                                        heading = 3.0090411212931,
                                        y = 565359.42917426,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 245,
                                        lat = 0.74785632752043,
                                        skill = "Average",
                                        long = 0.7179865824217,
                                        x = -221716.42208361,
                                        name = "СНГ ПВО #180",
                                        heading = 3.0090411212931,
                                        y = 565344.52459217,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 246,
                                        lat = 0.74786937991428,
                                        skill = "Average",
                                        long = 0.71798361798311,
                                        x = -221634.63050945,
                                        name = "СНГ ПВО #181",
                                        heading = 3.0090411212931,
                                        y = 565322.41826115,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #037",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [34]
                            [35] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 86,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74870906072459,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71916352599499,
                                            x = -215749.14934909,
                                            speed = 5.5555555555556,
                                            y = 570325.81317041,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 50,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 247,
                                        lat = 0.74870906072459,
                                        skill = "Average",
                                        long = 0.71916352599499,
                                        x = -215749.14934909,
                                        name = "СНГ ПВО #182",
                                        heading = 3.0090411212931,
                                        y = 570325.81317041,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 248,
                                        lat = 0.74870319194025,
                                        skill = "Average",
                                        long = 0.71914316234592,
                                        x = -215795.79859831,
                                        name = "СНГ ПВО #183",
                                        heading = 3.0090411212931,
                                        y = 570234.03806674,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 249,
                                        lat = 0.74871432601173,
                                        skill = "Average",
                                        long = 0.71914079254593,
                                        x = -215725.95567563,
                                        name = "СНГ ПВО #184",
                                        heading = 3.0090411212931,
                                        y = 570215.92590214,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 250,
                                        lat = 0.74872737548149,
                                        skill = "Average",
                                        long = 0.71913863812321,
                                        x = -215643.81412739,
                                        name = "СНГ ПВО #185",
                                        heading = 3.0090411212931,
                                        y = 570197.61881574,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 251,
                                        lat = 0.74870593733175,
                                        skill = "Average",
                                        long = 0.71918542394417,
                                        x = -215759.07987724,
                                        name = "СНГ ПВО #186",
                                        heading = 3.0090411212931,
                                        y = 570430.43649145,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 252,
                                        lat = 0.74871713942958,
                                        skill = "Average",
                                        long = 0.71918374747215,
                                        x = -215688.48814269,
                                        name = "СНГ ПВО #187",
                                        heading = 3.0090411212931,
                                        y = 570415.53190937,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 253,
                                        lat = 0.74873019182343,
                                        skill = "Average",
                                        long = 0.71918078303356,
                                        x = -215606.69656854,
                                        name = "СНГ ПВО #188",
                                        heading = 3.0090411212931,
                                        y = 570393.42557836,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #038",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [35]
                            [36] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 49,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75324752612611,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70774900508744,
                                            x = -191878.24337278,
                                            speed = 5.5555555555556,
                                            y = 514262.06963039,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 51,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 254,
                                        lat = 0.75324752612611,
                                        skill = "Average",
                                        long = 0.70774900508744,
                                        x = -191878.24337278,
                                        name = "СНГ ПВО #189",
                                        heading = 3.0090411212931,
                                        y = 514262.06963039,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 255,
                                        lat = 0.75324166625984,
                                        skill = "Average",
                                        long = 0.70772865424735,
                                        x = -191924.25349628,
                                        name = "СНГ ПВО #190",
                                        heading = 3.0090411212931,
                                        y = 514170.55179536,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 256,
                                        lat = 0.75325280541728,
                                        skill = "Average",
                                        long = 0.70772627416613,
                                        x = -191854.32586831,
                                        name = "СНГ ПВО #191",
                                        heading = 3.0090411212931,
                                        y = 514153.07607755,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 257,
                                        lat = 0.75326586051355,
                                        skill = "Average",
                                        long = 0.70772410748046,
                                        x = -191772.1047549,
                                        name = "СНГ ПВО #192",
                                        heading = 3.0090411212931,
                                        y = 514135.49783851,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 258,
                                        lat = 0.75324438991137,
                                        skill = "Average",
                                        long = 0.70777089866086,
                                        x = -191888.86942685,
                                        name = "СНГ ПВО #193",
                                        heading = 3.0090411212931,
                                        y = 514365.93208238,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 259,
                                        lat = 0.75325559674638,
                                        skill = "Average",
                                        long = 0.70776921160278,
                                        x = -191818.2148627,
                                        name = "СНГ ПВО #194",
                                        heading = 3.0090411212931,
                                        y = 514351.64842365,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 260,
                                        lat = 0.75326865520245,
                                        skill = "Average",
                                        long = 0.70776623517529,
                                        x = -191736.31809396,
                                        name = "СНГ ПВО #195",
                                        heading = 3.0090411212931,
                                        y = 514330.29330517,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #039",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [36]
                            [37] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75237408371611,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70830791692473,
                                            x = -197202.44301098,
                                            speed = 5.5555555555556,
                                            y = 517367.93900822,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 52,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 261,
                                        lat = 0.75237408371611,
                                        skill = "Average",
                                        long = 0.70830791692473,
                                        x = -197202.44301098,
                                        name = "СНГ ПВО #196",
                                        heading = 3.0090411212931,
                                        y = 517367.93900822,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 262,
                                        lat = 0.75236822384985,
                                        skill = "Average",
                                        long = 0.70828756608463,
                                        x = -197248.45313442,
                                        name = "СНГ ПВО #197",
                                        heading = 3.0090411212931,
                                        y = 517276.42117315,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 263,
                                        lat = 0.75237936300728,
                                        skill = "Average",
                                        long = 0.70828518600341,
                                        x = -197178.52550652,
                                        name = "СНГ ПВО #198",
                                        heading = 3.0090411212931,
                                        y = 517258.94545534,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 264,
                                        lat = 0.75239241810356,
                                        skill = "Average",
                                        long = 0.70828301931774,
                                        x = -197096.30439304,
                                        name = "СНГ ПВО #199",
                                        heading = 3.0090411212931,
                                        y = 517241.36721629,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 265,
                                        lat = 0.75237094750138,
                                        skill = "Average",
                                        long = 0.70832981049814,
                                        x = -197213.06906499,
                                        name = "СНГ ПВО #200",
                                        heading = 3.0090411212931,
                                        y = 517471.80146016,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 266,
                                        lat = 0.75238215433638,
                                        skill = "Average",
                                        long = 0.70832812344007,
                                        x = -197142.4145009,
                                        name = "СНГ ПВО #201",
                                        heading = 3.0090411212931,
                                        y = 517457.51780148,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 267,
                                        lat = 0.75239521279246,
                                        skill = "Average",
                                        long = 0.70832514701257,
                                        x = -197060.5177321,
                                        name = "СНГ ПВО #202",
                                        heading = 3.0090411212931,
                                        y = 517436.16268296,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #040",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [37]
                            [38] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 71,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75273018615822,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70878047791618,
                                            x = -194732.69833045,
                                            speed = 5.5555555555556,
                                            y = 519367.02471139,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 53,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 268,
                                        lat = 0.75273018615822,
                                        skill = "Average",
                                        long = 0.70878047791618,
                                        x = -194732.69833045,
                                        name = "СНГ ПВО #203",
                                        heading = 1.6475682180647,
                                        y = 519367.02471139,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 269,
                                        lat = 0.75271438550082,
                                        skill = "Average",
                                        long = 0.70878411133637,
                                        x = -194831.77930753,
                                        name = "СНГ ПВО #204",
                                        heading = 1.6475682180647,
                                        y = 519393.01327762,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 270,
                                        lat = 0.75271501371128,
                                        skill = "Average",
                                        long = 0.70876873724681,
                                        x = -194834.34272966,
                                        name = "СНГ ПВО #205",
                                        heading = 1.6475682180647,
                                        y = 519320.98062718,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 271,
                                        lat = 0.75271619594978,
                                        skill = "Average",
                                        long = 0.70875084721686,
                                        x = -194834.45187176,
                                        name = "СНГ ПВО #206",
                                        heading = 1.6475682180647,
                                        y = 519236.90153307,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 272,
                                        lat = 0.75274520774362,
                                        skill = "Average",
                                        long = 0.70878918250877,
                                        x = -194633.31109037,
                                        name = "СНГ ПВО #207",
                                        heading = 1.6475682180647,
                                        y = 519399.00124137,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 273,
                                        lat = 0.75274634641105,
                                        skill = "Average",
                                        long = 0.70877386088683,
                                        x = -194632.60107459,
                                        name = "СНГ ПВО #208",
                                        heading = 1.6475682180647,
                                        y = 519326.92082647,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 274,
                                        lat = 0.75274694948426,
                                        skill = "Average",
                                        long = 0.70875579940814,
                                        x = -194636.47205156,
                                        name = "СНГ ПВО #209",
                                        heading = 1.6475682180647,
                                        y = 519242.37416857,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #041",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [38]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                name = "ДРЛО",
                                groupId = 8,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78288093031336,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70275290415193,
                                            x = -5246.5214568423,
                                            speed = 222.22222222222,
                                            y = 474252.70605462,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7912796198206,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67570124106242,
                                            x = 38402.765583712,
                                            speed = 222.22222222222,
                                            y = 347945.71422255,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78061276091275,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71232408282061,
                                            x = -15638.451134648,
                                            speed = 222.22222222222,
                                            y = 518990.75803665,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79131362274829,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67665721702545,
                                            x = 38924.838554935,
                                            speed = 222.22222222222,
                                            y = 352221.63046363,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77984593266172,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71329799887793,
                                            x = -20090.933530021,
                                            speed = 222.22222222222,
                                            y = 523893.5870816,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79153751163634,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67664064297231,
                                            x = 40344.988592928,
                                            speed = 222.22222222222,
                                            y = 352042.5657208,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77985708205341,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71392799951065,
                                            x = -19741.566136737,
                                            speed = 222.22222222222,
                                            y = 526749.38111795,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7911791441893,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67602820867241,
                                            x = 37865.853543703,
                                            speed = 222.22222222222,
                                            y = 349459.26972735,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77985431565153,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.713770525504,
                                            x = -19828.763054671,
                                            speed = 222.22222222222,
                                            y = 526035.53824845,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79126817271415,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.675382577378,
                                            x = 38229.625130748,
                                            speed = 222.22222222222,
                                            y = 346519.78319846,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78027103785504,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71202130661701,
                                            x = -17948.175471427,
                                            speed = 222.22222222222,
                                            y = 517827.40911318,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79119050547848,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67634681801166,
                                            x = 38038.878375779,
                                            speed = 222.22222222222,
                                            y = 350885.74259584,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77961919914581,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71314850569106,
                                            x = -21600.7264619,
                                            speed = 222.22222222222,
                                            y = 523357.11953216,
                                        }, -- end of [13]
                                        [14] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79141987883833,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67648954916531,
                                            x = 39546.310620498,
                                            speed = 222.22222222222,
                                            y = 351419.72216624,
                                        }, -- end of [14]
                                        [15] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78007825103621,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71376256580133,
                                            x = -18406.359748197,
                                            speed = 222.22222222222,
                                            y = 525858.27887866,
                                        }, -- end of [15]
                                        [16] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79116201771656,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67555026536675,
                                            x = 37606.440075969,
                                            speed = 222.22222222222,
                                            y = 347320.22390687,
                                        }, -- end of [16]
                                        [17] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7795211453087,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71393982845345,
                                            x = -21875.443317082,
                                            speed = 222.22222222222,
                                            y = 527013.50208225,
                                        }, -- end of [17]
                                        [18] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79170987280148,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67518949814206,
                                            x = 40981.390572737,
                                            speed = 222.22222222222,
                                            y = 345450.9299456,
                                        }, -- end of [18]
                                        [19] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77953212351377,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71456964845446,
                                            x = -21527.244116871,
                                            speed = 222.22222222222,
                                            y = 529868.82154198,
                                        }, -- end of [19]
                                        [20] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79119618617205,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67650613542052,
                                            x = 38127.41385215,
                                            speed = 222.22222222222,
                                            y = 351598.66555718,
                                        }, -- end of [20]
                                        [21] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77951837982544,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71378235183462,
                                            x = -21962.635958287,
                                            speed = 222.22222222222,
                                            y = 526299.58671278,
                                        }, -- end of [21]
                                        [22] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79192799690858,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67501321611894,
                                            x = 42314.82907485,
                                            speed = 222.22222222222,
                                            y = 344559.61502994,
                                        }, -- end of [22]
                                        [23] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77974785684378,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71408942964223,
                                            x = -20365.733662405,
                                            speed = 222.22222222222,
                                            y = 527551.7609261,
                                        }, -- end of [23]
                                        [24] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79138578745124,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67553351623984,
                                            x = 39026.017679296,
                                            speed = 222.22222222222,
                                            y = 347143.9576839,
                                        }, -- end of [24]
                                        [25] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77899349385467,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71584800428903,
                                            x = -24388.498174069,
                                            speed = 222.22222222222,
                                            y = 536017.20004688,
                                        }, -- end of [25]
                                        [26] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79149764891729,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67552512886001,
                                            x = 39735.652536262,
                                            speed = 222.22222222222,
                                            y = 347055.20538118,
                                        }, -- end of [26]
                                        [27] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77963864342896,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7142508481282,
                                            x = -20989.831229744,
                                            speed = 222.22222222222,
                                            y = 528354.08038357,
                                        }, -- end of [27]
                                        [28] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79118482481757,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67618752242858,
                                            x = 37952.144948256,
                                            speed = 222.22222222222,
                                            y = 350172.29422867,
                                        }, -- end of [28]
                                        [29] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77877984725241,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71648483193024,
                                            x = -25458.499102974,
                                            speed = 222.22222222222,
                                            y = 539045.2628729,
                                        }, -- end of [29]
                                        [30] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79136272130922,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67489611855007,
                                            x = 38678.619898471,
                                            speed = 222.22222222222,
                                            y = 344291.8583301,
                                        }, -- end of [30]
                                        [31] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77880723103034,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71821563117214,
                                            x = -24494.747628759,
                                            speed = 222.22222222222,
                                            y = 546893.09156229,
                                        }, -- end of [31]
                                        [32] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79187547643104,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67357839006697,
                                            x = 41529.011364019,
                                            speed = 222.22222222222,
                                            y = 338139.615796,
                                        }, -- end of [32]
                                        [33] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77975875368719,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71471941561334,
                                            x = -20017.980862039,
                                            speed = 222.22222222222,
                                            y = 530407.64745453,
                                        }, -- end of [33]
                                        [34] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77899240498865,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69946675447607,
                                            x = -31322.712353912,
                                            speed = 222.22222222222,
                                            y = 461532.57305051,
                                        }, -- end of [34]
                                        [35] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78399572348043,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68242374092268,
                                            x = -5751.4650765909,
                                            speed = 222.22222222222,
                                            y = 381636.41746637,
                                        }, -- end of [35]
                                        [36] = 
                                        {
                                            alt = 34,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.786052,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.683393,
                                            x = 7674.038444859,
                                            speed = 138.88888888889,
                                            airdromeId = 19,
                                            y = 385029.5736699,
                                        }, -- end of [36]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "AWACS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-50",
                                        CLSID = "{CA17F0F8-6AEB-43FA-BC90-76732137F61D}",
                                        unitId = 13,
                                        lat = 0.78288093031336,
                                        skill = "Average",
                                        long = 0.70275290415193,
                                        x = -5246.5214568423,
                                        name = "Пилот #11",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "70000",
                                            flare = 192,
                                            chaff = 192,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 474252.70605462,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 0,
                                            [3] = 0,
                                            name = "500",
                                        }, -- end of callsign
                                        onboard_num = 50,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = false,
                                name = "Су-27 ПВО",
                                groupId = 1,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1547,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.771891,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.751935,
                                            x = -51251.551717591,
                                            speed = 138.88888888889,
                                            airdromeId = 26,
                                            y = 705718.47981263,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76699601522095,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74666554923806,
                                            x = -85378.238463311,
                                            speed = 194.44444444444,
                                            y = 685336.23844034,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76323258265579,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74657854645345,
                                            x = -109397.5924156,
                                            speed = 194.44444444444,
                                            y = 687795.17375895,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75280475325392,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7448088194413,
                                            x = -176789.997077,
                                            speed = 194.44444444444,
                                            y = 687402.33756593,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7716337966266,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75622164046352,
                                            x = -50424.639817423,
                                            speed = 194.44444444444,
                                            y = 725559.43406977,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 3798,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.771891,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.751935,
                                            x = -51251.551717591,
                                            speed = 138.88888888889,
                                            airdromeId = 26,
                                            y = 705718.47981263,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Intercept",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 1,
                                        lat = 0.771891,
                                        skill = "Player",
                                        y = 705718.47981263,
                                        long = 0.751935,
                                        x = -51251.551717591,
                                        name = "Александр",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "113",
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 2,
                                        lat = 0.77188002229232,
                                        skill = "Excellent",
                                        y = 705777.93841025,
                                        long = 0.7519461258859,
                                        x = -51315.117595186,
                                        name = "Ведомый",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 4,
                                            name = "114",
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = true,
                                name = "МиГ-29 патр",
                                groupId = 45,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 306,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.78545,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.651915,
                                            x = -5406.2803440839,
                                            speed = 138.88888888889,
                                            airdromeId = 12,
                                            y = 243127.2973737,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.779331769069,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.64569902679788,
                                            x = -45819.487717574,
                                            speed = 194.44444444444,
                                            y = 216965.16817774,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7784870461945,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63993403201516,
                                            x = -52424.714128098,
                                            speed = 194.44444444444,
                                            y = 190993.85814231,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78286646826029,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.62634498222287,
                                            x = -27023.783713068,
                                            speed = 194.44444444444,
                                            y = 128199.39076261,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78488147508715,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.62324793697013,
                                            x = -14680.340170165,
                                            speed = 194.44444444444,
                                            y = 113739.62221847,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78657836469706,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.62586007366065,
                                            x = -3466.1748019401,
                                            speed = 194.44444444444,
                                            y = 125159.19111997,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78689674724825,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63346684493654,
                                            x = -135.58094433323,
                                            speed = 194.44444444444,
                                            y = 159408.94991514,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78783788702119,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63833785926506,
                                            x = 6792.9061052911,
                                            speed = 194.44444444444,
                                            y = 181118.76303852,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78953999262736,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63831028118784,
                                            x = 17625.713070078,
                                            speed = 194.44444444444,
                                            y = 180507.4155075,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79258996061833,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63877110208569,
                                            x = 37140.305627731,
                                            speed = 194.44444444444,
                                            y = 181709.53710342,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79366614407092,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63389824349039,
                                            x = 43051.211331975,
                                            speed = 194.44444444444,
                                            y = 159580.92678742,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79330725720847,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.62643212320453,
                                            x = 39473.266129358,
                                            speed = 194.44444444444,
                                            y = 126206.92933133,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79144820441782,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.62106124721676,
                                            x = 26813.952429333,
                                            speed = 194.44444444444,
                                            y = 102522.25183576,
                                        }, -- end of [13]
                                        [14] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7915677065964,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.61627609819799,
                                            x = 26920.453718442,
                                            speed = 194.44444444444,
                                            y = 81011.406308458,
                                        }, -- end of [14]
                                        [15] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79338619598996,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.61494769235427,
                                            x = 38328.331127886,
                                            speed = 194.44444444444,
                                            y = 74727.986208161,
                                        }, -- end of [15]
                                        [16] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7945728253393,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6242509948133,
                                            x = 47182.419164439,
                                            speed = 194.44444444444,
                                            y = 116159.68884106,
                                        }, -- end of [16]
                                        [17] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79477754393551,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63396896667956,
                                            x = 50141.784574934,
                                            speed = 194.44444444444,
                                            y = 159597.92026344,
                                        }, -- end of [17]
                                        [18] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79394404626516,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63883369920354,
                                            x = 45775.509131397,
                                            speed = 194.44444444444,
                                            y = 181614.23417759,
                                        }, -- end of [18]
                                        [19] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78597386939694,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.64064746896004,
                                            x = -4608.9135777261,
                                            speed = 194.44444444444,
                                            y = 192072.55007518,
                                        }, -- end of [19]
                                        [20] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77970242665402,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.64665078052255,
                                            x = -43241.163856825,
                                            speed = 194.44444444444,
                                            y = 221172.45899755,
                                        }, -- end of [20]
                                        [21] = 
                                        {
                                            alt = 45,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.78545,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.651915,
                                            x = -5406.2803440839,
                                            speed = 138.88888888889,
                                            airdromeId = 12,
                                            y = 243127.2973737,
                                        }, -- end of [21]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAP",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 225,
                                        lat = 0.78545,
                                        skill = "Good",
                                        y = 243127.2973737,
                                        long = 0.651915,
                                        x = -5406.2803440839,
                                        name = "пилот #2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 4,
                                            [3] = 9,
                                            name = 149,
                                        }, -- end of callsign
                                        onboard_num = 20,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 226,
                                        lat = 0.785443,
                                        skill = "Good",
                                        y = 243161.40518038,
                                        long = 0.651922,
                                        x = -5449.1422353042,
                                        name = "Пилот #13",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 5,
                                            [3] = 0,
                                            name = 150,
                                        }, -- end of callsign
                                        onboard_num = 21,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 227,
                                        lat = 0.785436,
                                        skill = "Good",
                                        y = 243195.51298706,
                                        long = 0.651929,
                                        x = -5492.0041265246,
                                        name = "Пилот #14",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 5,
                                            [3] = 1,
                                            name = 151,
                                        }, -- end of callsign
                                        onboard_num = 22,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 228,
                                        lat = 0.785429,
                                        skill = "Good",
                                        y = 243229.62079374,
                                        long = 0.651936,
                                        x = -5534.8660177439,
                                        name = "Пилот #15",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 5,
                                            [3] = 2,
                                            name = 152,
                                        }, -- end of callsign
                                        onboard_num = 23,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [3]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Ukraine",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 1,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 50,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.79200869213459,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.59649542310449,
                                            x = 27806.182580602,
                                            speed = 5.5555555555556,
                                            y = -7839.775848587,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 41,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "S-300PS 54K6 cp",
                                        CLSID = "{1C4F9C25-EDBD-429e-B95A-083ABFE82B95}",
                                        unitId = 196,
                                        lat = 0.79200869213459,
                                        skill = "Average",
                                        long = 0.59649542310449,
                                        x = 27806.182580602,
                                        name = "Юнит #21",
                                        heading = 0,
                                        y = -7839.775848587,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "S-300PS 40B6MD sr",
                                        CLSID = "{414E9DC1-B881-44C3-8141-049DD59B2A69}",
                                        unitId = 197,
                                        lat = 0.79202973676932,
                                        skill = "Average",
                                        long = 0.59651571751905,
                                        x = 27941.466543996,
                                        name = "Юнит #22",
                                        heading = 0,
                                        y = -7750.7084483132,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "S-300PS 64H6E sr",
                                        CLSID = "{3F127663-E479-4B8D-855B-7C4F6E9310EA}",
                                        unitId = 198,
                                        lat = 0.79197475012097,
                                        skill = "Average",
                                        long = 0.59648028178412,
                                        x = 27589.092154228,
                                        name = "Юнит #23",
                                        heading = 0,
                                        y = -7904.4223407889,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "S-300PS 40B6M tr",
                                        CLSID = "{0626F96A-FDFB-42D3-ADE5-A0415690BF5E}",
                                        unitId = 199,
                                        lat = 0.7919761077791,
                                        skill = "Average",
                                        long = 0.59652491595053,
                                        x = 27600.537465764,
                                        name = "Юнит #24",
                                        heading = 0,
                                        y = -7704.0874188989,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 200,
                                        lat = 0.79200682529351,
                                        skill = "Average",
                                        long = 0.59652030935266,
                                        x = 27795.855726449,
                                        name = "Юнит #25",
                                        heading = 4.4461369312338,
                                        y = -7727.8173466576,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 201,
                                        lat = 0.79200326133397,
                                        skill = "Average",
                                        long = 0.59652070189283,
                                        x = 27773.185276725,
                                        name = "Юнит #26",
                                        heading = 4.7123889803847,
                                        y = -7725.7015946796,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 202,
                                        lat = 0.7919996973873,
                                        skill = "Average",
                                        long = 0.59652105932979,
                                        x = 27750.512706988,
                                        name = "Юнит #27",
                                        heading = 4.8120576328759,
                                        y = -7723.7435060488,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 203,
                                        lat = 0.79200801328288,
                                        skill = "Average",
                                        long = 0.59646777511973,
                                        x = 27800.125381827,
                                        name = "Юнит #28",
                                        heading = 1.6951513213417,
                                        y = -7963.8864451637,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 204,
                                        lat = 0.79200300676592,
                                        skill = "Average",
                                        long = 0.59646845086984,
                                        x = 27768.286581294,
                                        name = "Юнит #29",
                                        heading = 1.4056476493803,
                                        y = -7960.3559272047,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 205,
                                        lat = 0.79199842455232,
                                        skill = "Average",
                                        long = 0.59646908153804,
                                        x = 27739.146890305,
                                        name = "Юнит #30",
                                        heading = 1.5882496193148,
                                        y = -7957.0698801279,
                                    }, -- end of [10]
                                }, -- end of units
                                name = "СНГ ПВО #032",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 104,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7904589861621,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.62879643279693,
                                            x = 21721.987315298,
                                            speed = 5.5555555555556,
                                            y = 137493.58351708,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 42,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "S-300PS 54K6 cp",
                                        CLSID = "{1C4F9C25-EDBD-429e-B95A-083ABFE82B95}",
                                        unitId = 206,
                                        lat = 0.7904589861621,
                                        skill = "Average",
                                        long = 0.62879643279693,
                                        x = 21721.987315298,
                                        name = "СНГ ПВО #032",
                                        heading = 3.4198923125949,
                                        y = 137493.58351708,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "S-300PS 40B6MD sr",
                                        CLSID = "{414E9DC1-B881-44C3-8141-049DD59B2A69}",
                                        unitId = 207,
                                        lat = 0.79044269320225,
                                        skill = "Average",
                                        long = 0.62876871400446,
                                        x = 21613.404580673,
                                        name = "СНГ ПВО #160",
                                        heading = 3.4198923125949,
                                        y = 137372.95092786,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "S-300PS 64H6E sr",
                                        CLSID = "{3F127663-E479-4B8D-855B-7C4F6E9310EA}",
                                        unitId = 208,
                                        lat = 0.79048867313562,
                                        skill = "Average",
                                        long = 0.62882421763918,
                                        x = 21915.870673144,
                                        name = "СНГ ПВО #161",
                                        heading = 3.4198923125949,
                                        y = 137611.33834836,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "S-300PS 40B6M tr",
                                        CLSID = "{0626F96A-FDFB-42D3-ADE5-A0415690BF5E}",
                                        unitId = 209,
                                        lat = 0.79049601755702,
                                        skill = "Average",
                                        long = 0.62878075234096,
                                        x = 21955.057666376,
                                        name = "СНГ ПВО #162",
                                        heading = 3.4198923125949,
                                        y = 137414.38100524,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 210,
                                        lat = 0.79046560282618,
                                        skill = "Average",
                                        long = 0.62877322016311,
                                        x = 21760.072116314,
                                        name = "СНГ ПВО #163",
                                        heading = 1.5828439366491,
                                        y = 137387.75991441,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 211,
                                        lat = 0.79046910415151,
                                        skill = "Average",
                                        long = 0.62877423061016,
                                        x = 21782.5437333,
                                        name = "СНГ ПВО #164",
                                        heading = 1.8490959858,
                                        y = 137391.46833732,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 212,
                                        lat = 0.79047259866214,
                                        skill = "Average",
                                        long = 0.62877527482028,
                                        x = 21804.977844387,
                                        name = "СНГ ПВО #165",
                                        heading = 1.9487646382912,
                                        y = 137395.33001618,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 213,
                                        lat = 0.790454280947,
                                        skill = "Average",
                                        long = 0.62882329359851,
                                        x = 21696.710274064,
                                        name = "СНГ ПВО #166",
                                        heading = 5.1150436339366,
                                        y = 137615.33920272,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 214,
                                        lat = 0.79045922356944,
                                        skill = "Average",
                                        long = 0.62882459344094,
                                        x = 21728.410112278,
                                        name = "СНГ ПВО #167",
                                        heading = 4.8255399619752,
                                        y = 137620.00580341,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 215,
                                        lat = 0.7904637496654,
                                        skill = "Average",
                                        long = 0.62882577139697,
                                        x = 21757.436377166,
                                        name = "СНГ ПВО #168",
                                        heading = 5.0081419319097,
                                        y = 137624.22369052,
                                    }, -- end of [10]
                                }, -- end of units
                                name = "СНГ ПВО #033",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75246618046287,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70805795588816,
                                            x = -196722.61870888,
                                            speed = 5.5555555555556,
                                            y = 516149.89109687,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 46,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 229,
                                        lat = 0.75246618046287,
                                        skill = "Average",
                                        long = 0.70805795588816,
                                        x = -196722.61870888,
                                        name = "Юнит #31",
                                        heading = 0,
                                        y = 516149.89109687,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 230,
                                        lat = 0.75240910893683,
                                        skill = "Average",
                                        long = 0.70808560709083,
                                        x = -197074.29349346,
                                        name = "Юнит #32",
                                        heading = 0,
                                        y = 516311.4866633,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО #034",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74813738667485,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71770540908198,
                                            x = -220054.09281752,
                                            speed = 5.5555555555556,
                                            y = 563849.60368233,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 47,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 231,
                                        lat = 0.74813738667485,
                                        skill = "Average",
                                        long = 0.71770540908198,
                                        x = -220054.09281752,
                                        name = "Юнит #33",
                                        heading = 0,
                                        y = 563849.60368233,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 232,
                                        lat = 0.74808639975965,
                                        skill = "Average",
                                        long = 0.71781756798747,
                                        x = -220327.82876884,
                                        name = "Юнит #34",
                                        heading = 0,
                                        y = 564407.47819414,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО #035",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                name = "Су-27 патр",
                                groupId = 43,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77885027614053,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.58613017035109,
                                            x = -56487.926788176,
                                            speed = 166.66666666667,
                                            y = -53754.337545029,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78061745894268,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.61076268592081,
                                            x = -43472.270987109,
                                            speed = 166.66666666667,
                                            y = 57980.077131561,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78260501004699,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63148710854426,
                                            x = -27819.384277049,
                                            speed = 166.66666666667,
                                            y = 151556.60026078,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79213590021701,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63708870228563,
                                            x = 33908.511923796,
                                            speed = 166.66666666667,
                                            y = 174301.61921582,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79426752847949,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6127165274535,
                                            x = 43676.157340908,
                                            speed = 166.66666666667,
                                            y = 64583.076940638,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79935882098963,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.60396522116423,
                                            x = 75192.894633085,
                                            speed = 166.66666666667,
                                            y = 24746.148479577,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.80171597126533,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.59061791199466,
                                            x = 89294.472075103,
                                            speed = 166.66666666667,
                                            y = -34868.514516951,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79716636311632,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.57878452084916,
                                            x = 59990.341982557,
                                            speed = 166.66666666667,
                                            y = -87385.225205267,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79383105666921,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.57069678163101,
                                            x = 38780.160947835,
                                            speed = 166.66666666667,
                                            y = -123575.34758279,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79114540023456,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.57092655077429,
                                            x = 21673.226684414,
                                            speed = 166.66666666667,
                                            y = -122603.94163228,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78418421065147,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.58012391141299,
                                            x = -22668.400759174,
                                            speed = 166.66666666667,
                                            y = -81161.529190826,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78277911179462,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.64501206666154,
                                            x = -24017.675366913,
                                            speed = 166.66666666667,
                                            y = 212773.93070534,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            alt = 45,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.78545,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.651915,
                                            x = -5406.2803440839,
                                            speed = 138.88888888889,
                                            airdromeId = 12,
                                            y = 243127.2973737,
                                        }, -- end of [13]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAP",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 216,
                                        lat = 0.77885027614053,
                                        skill = "Good",
                                        long = 0.58613017035109,
                                        x = -56487.926788176,
                                        name = "пилот",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = -53754.337545029,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 0,
                                            name = 100,
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 218,
                                        lat = 0.77884327614053,
                                        skill = "Good",
                                        long = 0.58613717035109,
                                        x = -56532.252075999,
                                        name = "Пилот #1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = -53722.258012519,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 1,
                                            name = 101,
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 219,
                                        lat = 0.77883627614053,
                                        skill = "Good",
                                        long = 0.58614417035109,
                                        x = -56576.57736382,
                                        name = "Пилот #2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = -53690.17848001,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 2,
                                            name = 102,
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 220,
                                        lat = 0.77882927614053,
                                        skill = "Good",
                                        long = 0.58615117035109,
                                        x = -56620.902651641,
                                        name = "Пилот #8",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = -53658.098947501,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 3,
                                            name = 103,
                                        }, -- end of callsign
                                        onboard_num = 15,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                name = "миг-23 патр",
                                groupId = 44,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.78545,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.651915,
                                            x = -5406.2803440839,
                                            speed = 138.88888888889,
                                            airdromeId = 12,
                                            y = 243127.2973737,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.80115477575204,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65114622240151,
                                            x = 94409.391535774,
                                            speed = 194.44444444444,
                                            y = 234278.04597897,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.80815931473732,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65552223269861,
                                            x = 140097.21328728,
                                            speed = 194.44444444444,
                                            y = 251175.51106827,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.81395082310372,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6485045481012,
                                            x = 175274.35454085,
                                            speed = 194.44444444444,
                                            y = 218255.73320476,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.8128914128587,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.64033621849221,
                                            x = 166739.73698522,
                                            speed = 194.44444444444,
                                            y = 182740.07710778,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.80841741218572,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63914904050697,
                                            x = 138007.28125463,
                                            speed = 194.44444444444,
                                            y = 178837.26112518,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7983341833097,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63984854108622,
                                            x = 73936.861206171,
                                            speed = 194.44444444444,
                                            y = 184873.32484304,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78891728547386,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.64149609298701,
                                            x = 14306.478764542,
                                            speed = 194.44444444444,
                                            y = 195033.61228697,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77707179089346,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65124983447531,
                                            x = -58916.070882787,
                                            speed = 194.44444444444,
                                            y = 242950.83025583,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 45,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.78545,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.651915,
                                            x = -5406.2803440839,
                                            speed = 138.88888888889,
                                            airdromeId = 12,
                                            y = 243127.2973737,
                                        }, -- end of [10]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAP",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 221,
                                        lat = 0.78545,
                                        skill = "Good",
                                        y = 243127.2973737,
                                        long = 0.651915,
                                        x = -5406.2803440839,
                                        name = "пилот #1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 4,
                                            name = 104,
                                        }, -- end of callsign
                                        onboard_num = 16,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 222,
                                        lat = 0.785443,
                                        skill = "Good",
                                        y = 243161.40518038,
                                        long = 0.651922,
                                        x = -5449.1422353042,
                                        name = "Пилот #9",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 5,
                                            name = 105,
                                        }, -- end of callsign
                                        onboard_num = 17,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 223,
                                        lat = 0.785436,
                                        skill = "Good",
                                        y = 243195.51298706,
                                        long = 0.651929,
                                        x = -5492.0041265246,
                                        name = "Пилот #10",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 6,
                                            name = 106,
                                        }, -- end of callsign
                                        onboard_num = 18,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 224,
                                        lat = 0.785429,
                                        skill = "Good",
                                        y = 243229.62079374,
                                        long = 0.651936,
                                        x = -5534.8660177439,
                                        name = "Пилот #12",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 7,
                                            name = 107,
                                        }, -- end of callsign
                                        onboard_num = 19,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    sortie = "Тревога!",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 19787,
    start_time = 28800,
    forcedOptions = 
    {
    }, -- end of forcedOptions
    failures = 
    {
        hydro = 
        {
            hh = 0,
            prob = 100,
            label = "ГИДРО ОСН.",
            enable = false,
            mmint = 1,
            id = "hydro",
            mm = 0,
        }, -- end of hydro
        eos = 
        {
            hh = 0,
            prob = 100,
            label = "ОЛС",
            enable = false,
            mmint = 1,
            id = "eos",
            mm = 0,
        }, -- end of eos
        ecm = 
        {
            hh = 0,
            prob = 100,
            label = "РЭБ",
            enable = false,
            mmint = 1,
            id = "ecm",
            mm = 0,
        }, -- end of ecm
        helmet = 
        {
            hh = 0,
            prob = 100,
            label = "ШЛЕМ",
            enable = false,
            mmint = 1,
            id = "helmet",
            mm = 0,
        }, -- end of helmet
        l_engine = 
        {
            hh = 0,
            prob = 100,
            label = "ЛЕВ. ДВИГ.",
            enable = false,
            mmint = 1,
            id = "l_engine",
            mm = 0,
        }, -- end of l_engine
        autopilot = 
        {
            hh = 0,
            prob = 100,
            label = "АВТОПИЛОТ",
            enable = false,
            mmint = 1,
            id = "autopilot",
            mm = 0,
        }, -- end of autopilot
        hud = 
        {
            hh = 0,
            prob = 100,
            label = "ИЛС",
            enable = false,
            mmint = 1,
            id = "hud",
            mm = 0,
        }, -- end of hud
        asc = 
        {
            hh = 0,
            prob = 100,
            label = "САУ",
            enable = false,
            mmint = 1,
            id = "asc",
            mm = 0,
        }, -- end of asc
        rws = 
        {
            hh = 0,
            prob = 100,
            label = "СПО",
            enable = false,
            mmint = 1,
            id = "rws",
            mm = 0,
        }, -- end of rws
        r_engine = 
        {
            hh = 0,
            prob = 100,
            label = "ПРАВ. ДВИГ.",
            enable = false,
            mmint = 1,
            id = "r_engine",
            mm = 0,
        }, -- end of r_engine
        mfd = 
        {
            hh = 0,
            prob = 100,
            label = "МФД",
            enable = false,
            mmint = 1,
            id = "mfd",
            mm = 0,
        }, -- end of mfd
        radar = 
        {
            hh = 0,
            prob = 100,
            label = "РЛС",
            enable = false,
            mmint = 1,
            id = "radar",
            mm = 0,
        }, -- end of radar
    }, -- end of failures
} -- end of mission
